diff options
-rwxr-xr-x | make/gluegen-cpptasks.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index 468d46a..a916c80 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -94,7 +94,10 @@ <condition property="isLinuxAMD64"> <and> <istrue value="${isLinux}" /> - <os arch="AMD64" /> + <or> + <os arch="AMD64" /> + <os arch="x86_64" /> + </or> </and> </condition> <condition property="isLinuxIA64"> |