aboutsummaryrefslogtreecommitdiffstats
path: root/make/gluegen-cpptasks-base.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-02 10:34:20 +0200
committerSven Gothel <[email protected]>2011-08-02 10:34:20 +0200
commit2d736fa22d2ad76a8e4c38671fe8d34c993955f2 (patch)
treec758379ee958e0e2b525979b9dcce393bce37715 /make/gluegen-cpptasks-base.xml
parent2983b3dbc73f61b4312e374d89f13c86ad0bffbd (diff)
Remove linux-armv7 native platform libraries (compile time only),
reducing the burden to add a license file etc.
Diffstat (limited to 'make/gluegen-cpptasks-base.xml')
-rwxr-xr-xmake/gluegen-cpptasks-base.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml
index 317da29..dd7f1cf 100755
--- a/make/gluegen-cpptasks-base.xml
+++ b/make/gluegen-cpptasks-base.xml
@@ -980,7 +980,7 @@
<echo message="Linux.armv7" />
<property name="compiler.cfg.id.base" value="compiler.cfg.linux.armv7" />
<property name="linker.cfg.id.base" value="linker.cfg.linux.armv7" />
- <property name="java.lib.dir.platform" value="${gluegen.root}/make/lib/arm-linux-gnueabi/ubuntu-11.04/jre/lib/arm" />
+ <property name="java.lib.dir.platform" value="${env.TARGET_JAVA_LIBS}" />
</target>
<target name="gluegen.cpptasks.declare.compiler.linux.ia64" if="isLinuxIA64">