Created
December 14, 2015 08:47
-
-
Save zoobab/1c3b49659bad4f11fbbf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# copy me in czmq/bindings/jni/buidlme.sh and make me executable with chmod +x | |
#!/bin/bash | |
rm -Rf build | |
mkdir build | |
cd build | |
cmake -DCMAKE_TOOLCHAIN_FILE=../android_toolchain.cmake .. | |
ln -s /opt/android-ndk/platforms/android-8/arch-arm/usr/lib/crtend_so.o | |
ln -s /opt/android-ndk/platforms/android-8/arch-arm/usr/lib/crtbegin_so.o | |
make VERBOSE=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment