Skip to content

Commit

Permalink
more host-platform removals
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Jan 24, 2022
1 parent 89629a1 commit ccc62c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@

<target name="macos-check-os">
<if>
<equals arg1="${host-platform}" arg2="windows" />
<equals arg1="${platform}" arg2="windows" />
<then>
<echo>
=======================================================
Expand Down Expand Up @@ -926,7 +926,7 @@

<target name="linux-check-os">
<if>
<equals arg1="${host-platform}" arg2="windows" />
<equals arg1="${platform}" arg2="windows" />
<then>
<echo>
=========================================================
Expand Down Expand Up @@ -1266,13 +1266,13 @@
<!-- check for cross-build -->
<if>
<not>
<equals arg1="${host-platform}" arg2="windows" />
<equals arg1="${platform}" arg2="windows" />
</not>
<then>
<move file="${launch4j.dir}/bin/windres-${host-platform}"
<move file="${launch4j.dir}/bin/windres-${platform}"
tofile="${launch4j.dir}/bin/windres" />

<move file="${launch4j.dir}/bin/ld-${host-platform}"
<move file="${launch4j.dir}/bin/ld-${platform}"
tofile="${launch4j.dir}/bin/ld" />

<exec executable="chmod">
Expand Down

0 comments on commit ccc62c6

Please sign in to comment.