「view this page in B3 βῆτα server」

Revisions №56900

branch: master 「№56900」
Commited by: davidekim
GitHub commit link: 「6037a56f022d9bc0」
Difference from previous tested commit:  code diff
Commit date: 2014-06-03 17:28:33

Modifications to support android_arm 9 platform. There are some manual steps for a successful build: 1. You must install the android ndk and run android-ndk-install-dir/build/tools/make-standalone-toolchain.sh to create the 'androidarm-tc' toolchain directory. 2. You must set environment variables NDKROOT, TOOLCHAIN, SYSROOT 3. The final link command must be manually run to dynamically link -lz. I couldn't figure out a way for scons to run the correct link command.

...