Skip to content

Commit c9dd144

Browse files
committed
编译报错
1 parent fc59a57 commit c9dd144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/make_osx_silicon_lua53.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mkdir -p build_osx_silicon && cd build_osx_silicon
22
cmake -GXcode ../
33
cd ..
4-
cmake -DBUILD_SILICON --build build_osx_silicon --config Release
4+
cmake -DBUILD_SILICON=ON --build build_osx_silicon --config Release
55
mkdir -p plugin_lua53/Plugins/arm64/
66
cp build_osx_silicon/Release/libxlua.dylib plugin_lua53/Plugins/arm64/
77

0 commit comments

Comments
 (0)