diff options
Diffstat (limited to 'scripts/make.jocl.all.linux-armv7-cross.sh')
-rwxr-xr-x | scripts/make.jocl.all.linux-armv7-cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make.jocl.all.linux-armv7-cross.sh b/scripts/make.jocl.all.linux-armv7-cross.sh index 1ded5ca5..3dc132b1 100755 --- a/scripts/make.jocl.all.linux-armv7-cross.sh +++ b/scripts/make.jocl.all.linux-armv7-cross.sh @@ -31,7 +31,7 @@ export TARGET_ANT_HOME=/usr/share/ant export TARGET_PLATFORM_LIBS=/opt-linux-armv7-eabi/lib export TARGET_JAVA_LIBS=/opt-linux-armv7-eabi/jre/lib/arm -export GLUEGEN_CPPTASKS_FILE="../gluegen/make/lib/gluegen-cpptasks-linux-armv7.xml" +export GLUEGEN_CPPTASKS_FILE="../gluegen/make/lib/gluegen-cpptasks-linux-armv4.xml" #export JUNIT_DISABLED="true" #export JUNIT_RUN_ARG0="-Dnewt.test.Screen.disableScreenMode" |