Skip to content

Commit ccc62c6

Browse files
committed
more host-platform removals
1 parent 89629a1 commit ccc62c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/build.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@
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
=======================================================
@@ -926,7 +926,7 @@
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
=========================================================
@@ -1266,13 +1266,13 @@
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">

0 commit comments

Comments
 (0)