diff options
author | Sven Gothel <[email protected]> | 2011-08-09 20:10:42 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-09 20:10:42 +0200 |
commit | 4ebd4e46f1b17fce7dabf7e0290f7a3e489873ca (patch) | |
tree | e095e80d0b4fe68f4eaf736462e52e496b9b094c /make/scripts | |
parent | 56f1fde24ddbabf0adbe1bb22654cf72aa69e9e4 (diff) |
set env TARGET_PLATFORM_LIBS (linux arm cross)
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.jogl.all.android-armv7-cross.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.android-armv7-cross.sh b/make/scripts/make.jogl.all.android-armv7-cross.sh index cbc5bda29..37a5c4c35 100755 --- a/make/scripts/make.jogl.all.android-armv7-cross.sh +++ b/make/scripts/make.jogl.all.android-armv7-cross.sh @@ -64,6 +64,7 @@ TARGET_FPU_ABI=softfp export TARGET_TOOL_PATH=${NDK_ROOT}/toolchains/${TARGET_ARCH}-${GCC_VERSION}/prebuilt/${HOST_ARCH} export TARGET_OS_PATH=${NDK_ROOT}/platforms/android-${ANDROID_VERSION}/arch-arm/usr +export TARGET_PLATFORM_LIBS=${TARGET_OS_PATH}/lib export HOST_OS_PATH=${NDK_ROOT}/platforms/android-${ANDROID_VERSION}/arch-x86/usr export NDK_XBIN_PATH=${TARGET_TOOL_PATH}/bin |