diff options
Diffstat (limited to 'make/gluegen-cpptasks-base.xml')
-rwxr-xr-x | make/gluegen-cpptasks-base.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index 3fdc312..ac7521c 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -185,7 +185,7 @@ <condition property="isWindowsAMD64"> <and> <istrue value="${isWindows}" /> - <os arch="amd64" /> + <os arch="amd64" /> </and> </condition> <condition property="isFreeBSDX86"> |