Update build_for_ios.sh

This commit is contained in:
夏楚 2017-05-11 23:47:13 +08:00 committed by GitHub
parent 0d15f25364
commit 53c2c92fb4

View File

@ -11,3 +11,4 @@ mkdir -p build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/iOS.cmake -DIOS_PLATFORM=OS
make -j4
sudo make install