aboutsummaryrefslogtreecommitdiffstats
path: root/make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-01 23:38:30 +0100
committerSven Gothel <[email protected]>2020-01-01 23:38:30 +0100
commit7856ab9d24e21346b0e3e403d04aca3070ab16d2 (patch)
tree76a72feda78c45dc2fa56cd537ce2ddc2b9f41dc /make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml
parent4de730cae5245d593275bcac02c3e67708d78c01 (diff)
make/lib/gluegen-cpptasks* set 'is64Bit' where appropriate (no impact, but added for correctness)
Diffstat (limited to 'make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml')
-rw-r--r--make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml1
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" />