Don't try to build an EXE on arm systems.

This commit is contained in:
kytv
2011-08-06 17:12:19 +00:00
parent 2e6912ed43
commit 9abf7d6aef

View File

@ -202,6 +202,9 @@
<condition property="noExe">
<os arch="ppc" />
</condition>
<condition property="noExe">
<os arch="armv5tejl" />
</condition>
<condition property="noExe">
<os arch="amd64" />
</condition>