diff options
author | Sven Gothel <[email protected]> | 2012-03-10 06:40:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-10 06:40:00 +0100 |
commit | e617834dcabdb83f383a2d2a82fcd2d9d987c154 (patch) | |
tree | 0326f9c274d1e23cf591595317726f3ce1a5b21c /make/lib/gluegen-cpptasks-android-armv7.xml | |
parent | cb343deee37687519103112f637a3dc60d0d97c2 (diff) |
Allow GLUEGEN_CPPTASKS_FILE to be relative to gluegen.root ; Load gluegen-cpptasks-base.xml in custom files w/ gluegen.root.abs-path.
Diffstat (limited to 'make/lib/gluegen-cpptasks-android-armv7.xml')
-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 13ff70e..7630595 100644 --- a/make/lib/gluegen-cpptasks-android-armv7.xml +++ b/make/lib/gluegen-cpptasks-android-armv7.xml @@ -28,7 +28,7 @@ <echo message="gluegen.cpptasks.detect.os.custom: GLUEGEN_CPPTASKS_FILE 'gluegen-cpptasks-android-armv7' done"/> </target> -<import file="../gluegen-cpptasks-base.xml" optional="false" /> +<import file="${gluegen.root.abs-path}/make/gluegen-cpptasks-base.xml" optional="false" /> <target name="gluegen.cpptasks.configure.compiler" depends="setup.java.home.dir,declare.linux.android"> <echo message="Custom forced compiler Android NDK, linker.cfg.android" /> |