diff options
Diffstat (limited to 'make/scripts/make.jogl.all.linux-armv7.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-armv7.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7.sh b/make/scripts/make.jogl.all.linux-armv7.sh index f6721e9bb..0fd0b6edd 100755 --- a/make/scripts/make.jogl.all.linux-armv7.sh +++ b/make/scripts/make.jogl.all.linux-armv7.sh @@ -15,6 +15,8 @@ export TARGET_PLATFORM_ROOT=/ export TARGET_PLATFORM_LIBS=/usr/lib/arm-linux-gnueabi export TARGET_JAVA_LIBS=/usr/lib/jvm/default-java/jre/lib/arm +export GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv4.xml" + ant \ -Drootrel.build=build-linux-armv7 \ -Dsetup.addNativeKD=true \ |