mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 20:26:23 +01:00
Android compilation added.
This commit is contained in:
7
android/compile_android.sh
Normal file
7
android/compile_android.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
mkdir ../build && cd ../build
|
||||
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.cmake -DANDROID_ABI=armeabi -DANDROID_TOOLCHAIN_NAME=arm-linux-androideabi-4.6 ..
|
||||
make
|
||||
|
||||
cd ../ && rm -r build && mkdir build && cd build
|
||||
Reference in New Issue
Block a user