File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 460
460
461
461
<target name =" macos-check-os" >
462
462
<if >
463
- <equals arg1=" ${ host- platform} " arg2=" windows" />
463
+ <equals arg1=" ${ platform } " arg2=" windows" />
464
464
<then >
465
465
<echo >
466
466
=======================================================
926
926
927
927
<target name =" linux-check-os" >
928
928
<if >
929
- <equals arg1=" ${ host- platform} " arg2=" windows" />
929
+ <equals arg1=" ${ platform } " arg2=" windows" />
930
930
<then >
931
931
<echo >
932
932
=========================================================
1266
1266
<!-- check for cross-build -->
1267
1267
<if >
1268
1268
<not >
1269
- <equals arg1=" ${ host- platform} " arg2=" windows" />
1269
+ <equals arg1=" ${ platform } " arg2=" windows" />
1270
1270
</not >
1271
1271
<then >
1272
- <move file =" ${ launch4j.dir } /bin/windres-${ host- platform} "
1272
+ <move file =" ${ launch4j.dir } /bin/windres-${ platform } "
1273
1273
tofile =" ${ launch4j.dir } /bin/windres" />
1274
1274
1275
- <move file =" ${ launch4j.dir } /bin/ld-${ host- platform} "
1275
+ <move file =" ${ launch4j.dir } /bin/ld-${ platform } "
1276
1276
tofile =" ${ launch4j.dir } /bin/ld" />
1277
1277
1278
1278
<exec executable =" chmod" >
You can’t perform that action at this time.
0 commit comments