diff options
Diffstat (limited to 'make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml')
-rw-r--r-- | make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml b/make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml index 57af368..e2e52fd 100644 --- a/make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml +++ b/make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml @@ -18,6 +18,7 @@ <!-- Set OS and ARCH for crosscompilation compiler configuration --> <target name="gluegen.cpptasks.detect.os.custom"> <property name="gluegen.cpptasks.detected.os" value="true" /> + <property name="is64Bit" value="true" /> <property name="isUnix" value="true" /> <property name="isLinux" value="true" /> <property name="isLinuxARM64" value="true" /> |