You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
279 B
6 lines
279 B
mkdir -p build_ios && cd build_ios
|
|
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/ios.toolchain.cmake -DPLATFORM=OS64 -GXcode ../
|
|
cd ..
|
|
cmake --build build_ios --config Release
|
|
mkdir -p plugin_lua53/Plugins/iOS/
|
|
cp build_ios/Release-iphoneos/libxlua.a plugin_lua53/Plugins/iOS/libxlua.a
|
|
|