Skip to content

Commit

Permalink
m1 编译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 14, 2022
1 parent c9dd144 commit f269ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
path: ./build/plugin_luajit/**/*
name: plugin_luajit
osx:
runs-on: macos-10.15
runs-on: macos-11

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions build/make_osx_silicon_lua53.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mkdir -p build_osx_silicon && cd build_osx_silicon
cmake -GXcode ../
cmake -DBUILD_SILICON=ON -GXcode ../
cd ..
cmake -DBUILD_SILICON=ON --build build_osx_silicon --config Release
cmake --build build_osx_silicon --config Release
mkdir -p plugin_lua53/Plugins/arm64/
cp build_osx_silicon/Release/libxlua.dylib plugin_lua53/Plugins/arm64/

0 comments on commit f269ed9

Please sign in to comment.