mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-12-24 21:30:11 +00:00
Different link flag order for picky version of ld65.
This commit is contained in:
parent
9736c2a729
commit
2bc4e4c845
@ -44,12 +44,12 @@
|
||||
<!-- Link the texture expansion code -->
|
||||
<apply executable="${LD65_TOOL}" dir="${build.dir}"
|
||||
failonerror="true" verbose="true">
|
||||
<arg value="-o"/>
|
||||
<arg value="${build.dir}/expand.bin#0800"/>
|
||||
<arg value="--config"/>
|
||||
<arg value="${src.dir}/link.cfg"/>
|
||||
<arg value="--start-addr"/>
|
||||
<arg value="0x$800"/>
|
||||
<arg value="-o"/>
|
||||
<arg value="${build.dir}/expand.bin#0800"/>
|
||||
<fileset dir="${build.dir}" includes="expand.o"/>
|
||||
</apply>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user