diff options
author | Sven Gothel <[email protected]> | 2012-03-28 20:00:17 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-28 20:00:17 +0200 |
commit | 26722b28c94f7b4aec0817a36c8877d67e0ec53b (patch) | |
tree | bc934a4f2517fee8b76479871b6b47380cc6e157 /make/lib | |
parent | e782618a7c86093a47befe4e35957d1d3d3ee645 (diff) |
gluegen-cpptasks-android-armv7.xml: Add missing isAbiEabiGnuArmel property
Diffstat (limited to 'make/lib')
-rw-r--r-- | make/lib/gluegen-cpptasks-android-armv7.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/lib/gluegen-cpptasks-android-armv7.xml b/make/lib/gluegen-cpptasks-android-armv7.xml index 7630595..65caa38 100644 --- a/make/lib/gluegen-cpptasks-android-armv7.xml +++ b/make/lib/gluegen-cpptasks-android-armv7.xml @@ -24,7 +24,7 @@ <property name="jvmDataModel.arg" value="-Djnlp.no.jvm.data.model.set=true" /> <property name="isCrosscompilation" value="true" /> <property name="android.abi" value="armeabi-v7a" /> - + <property name="isAbiEabiGnuArmel" value="true" /> <echo message="gluegen.cpptasks.detect.os.custom: GLUEGEN_CPPTASKS_FILE 'gluegen-cpptasks-android-armv7' done"/> </target> |