aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
diff options
context:
space:
mode:
authorEdwin Vane <[email protected]>2012-01-31 09:24:51 -0500
committerEdwin Vane <[email protected]>2012-02-28 16:13:45 -0500
commitfc779ca57ec338c3e4a2b8d0b3a2bac4277bc380 (patch)
treeb1fe85f6e03047f4479f30fddadfbb92b98b50fe /make/build-jogl.xml
parentb7407c39c0d3785f2fc21782d31c439622f0d744 (diff)
Get JOGL to build with NDK r7
- Most of the android build work is done by gluegen ant files. Changes made to gluegen in support of NDK r7 need to be reflected here: - New/fewer environment variables. - Specifying android.abi for packaging. - Cross-compilation script cleaned up to look like gluegen's cross compile script for consistency. - Renamed install/re-install adb helper scripts to be ARM specific.
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r--make/build-jogl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index 3873f3b20..875fba709 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -1123,7 +1123,7 @@
</linker>
<linker id="linker.cfg.linux.armv7.jogl.x11" extends="linker.cfg.linux.armv7">
- <syslibset dir="${env.TARGET_PLATFORM_LIBS}" libs="X11"/>
+ <syslibset dir="${env.TARGET_PLATFORM_ROOT}/usr/lib" libs="X11"/>
</linker>
<linker id="linker.cfg.android.jogl" extends="linker.cfg.android">