Files
BusyRabbit/Plugins/slua_unreal/make_osx.sh

7 lines
172 B
Bash
Raw Normal View History

2025-07-09 01:08:35 +08:00
mkdir -p build_osx && cd build_osx
cmake -GXcode ..
cd ..
cmake --build build_osx --config Release
mkdir -p Library/Mac
cp build_osx/Release/liblua.a Library/Mac/liblua.a