2005-10-14 jrandom

* More explicit filter for linux/PPC building (thanks anon!)
This commit is contained in:
jrandom
2005-10-14 15:05:26 +00:00
committed by zzz
parent 20ea680ff0
commit 918d8f851f
2 changed files with 7 additions and 1 deletions

View File

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