File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 460460
461461 <target name =" macos-check-os" >
462462 <if >
463- <equals arg1=" ${ host- platform} " arg2=" windows" />
463+ <equals arg1=" ${ platform } " arg2=" windows" />
464464 <then >
465465 <echo >
466466 =======================================================
926926
927927 <target name =" linux-check-os" >
928928 <if >
929- <equals arg1=" ${ host- platform} " arg2=" windows" />
929+ <equals arg1=" ${ platform } " arg2=" windows" />
930930 <then >
931931 <echo >
932932 =========================================================
12661266 <!-- check for cross-build -->
12671267 <if >
12681268 <not >
1269- <equals arg1=" ${ host- platform} " arg2=" windows" />
1269+ <equals arg1=" ${ platform } " arg2=" windows" />
12701270 </not >
12711271 <then >
1272- <move file =" ${ launch4j.dir } /bin/windres-${ host- platform} "
1272+ <move file =" ${ launch4j.dir } /bin/windres-${ platform } "
12731273 tofile =" ${ launch4j.dir } /bin/windres" />
12741274
1275- <move file =" ${ launch4j.dir } /bin/ld-${ host- platform} "
1275+ <move file =" ${ launch4j.dir } /bin/ld-${ platform } "
12761276 tofile =" ${ launch4j.dir } /bin/ld" />
12771277
12781278 <exec executable =" chmod" >
You can’t perform that action at this time.
0 commit comments