Files
BusyRabbit/Plugins/slua_unreal/make_osx.sh
2025-07-09 01:08:35 +08:00

7 lines
172 B
Bash

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