We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99d55b commit e8146f8Copy full SHA for e8146f8
build/build.xml
@@ -59,7 +59,7 @@
59
<condition property="arch-bits" value="64">
60
<equals arg1="${platform}" arg2="linux64"/>
61
</condition>
62
- <condition property="arch-bits" value="32">
+ <condition property="arch-bits" value="64">
63
<equals arg1="${platform}" arg2="linuxaarch64"/>
64
65
0 commit comments