初始化提交

This commit is contained in:
2025-07-09 01:08:35 +08:00
parent d3296791cf
commit 62e0f56c60
618 changed files with 173543 additions and 0 deletions

View File

@ -0,0 +1,7 @@
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