mirror of
https://github.com/edubart/otclient.git
synced 2025-06-05 18:44:28 +02:00
Removed the line that delete the build folder
This commit is contained in:
parent
15b3d439d6
commit
4807c4a19d
@ -4,7 +4,7 @@ mkdir ../build && cd ../build
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.cmake -DANDROID_ABI=armeabi-v7a -DANDROID_NATIVE_API_LEVEL=android-16 -DANDROID_TOOLCHAIN_NAME=arm-linux-androideabi-4.6 ..
|
||||
make
|
||||
|
||||
cd ../ && rm -r build
|
||||
cd ../
|
||||
|
||||
cp -r libs android/project/ && rm -r libs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user