forked from I2P_Developers/i2p.i2p
Don't try to build an EXE on arm systems.
This commit is contained in:
@ -202,6 +202,9 @@
|
|||||||
<condition property="noExe">
|
<condition property="noExe">
|
||||||
<os arch="ppc" />
|
<os arch="ppc" />
|
||||||
</condition>
|
</condition>
|
||||||
|
<condition property="noExe">
|
||||||
|
<os arch="armv5tejl" />
|
||||||
|
</condition>
|
||||||
<condition property="noExe">
|
<condition property="noExe">
|
||||||
<os arch="amd64" />
|
<os arch="amd64" />
|
||||||
</condition>
|
</condition>
|
||||||
|
Reference in New Issue
Block a user