Skip to content

Commit e8146f8

Browse files
committed
fix arch-bits field
1 parent b99d55b commit e8146f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<condition property="arch-bits" value="64">
6060
<equals arg1="${platform}" arg2="linux64"/>
6161
</condition>
62-
<condition property="arch-bits" value="32">
62+
<condition property="arch-bits" value="64">
6363
<equals arg1="${platform}" arg2="linuxaarch64"/>
6464
</condition>
6565

0 commit comments

Comments
 (0)