File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,10 @@ jobs:
132132 .\make_win_lua54.bat
133133 .\make_win32_lua53.bat
134134 .\make_win64_lua53.bat
135- .\make_win32_luajit.bat
135+ - uses : ilammy/msvc-dev-cmd@v1
136+ - name : Build Luajit
137+ run : |
138+ cd build
136139 .\make_win64_luajit.bat
137140 - name : Upload
138141 uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change @@ -63,6 +63,6 @@ mkdir -p build_lj_x86 && cd build_lj_x86
6363cmake -DUSING_LUAJIT=ON -DANDROID_ABI=x86 -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK /build/cmake/android.toolchain.cmake -DANDROID_TOOLCHAIN_NAME=x86-clang -DANDROID_NATIVE_API_LEVEL=android-21 ../
6464cd " $DIR "
6565cmake --build build_lj_x86 --config Release
66- mkdir -p plugin_luajit/Plugins/Android/libs/arm64-v8a /
67- cp build_lj_x86/libxlua.so plugin_luajit/Plugins/Android/libs/arm64-v8a /libxlua.so
66+ mkdir -p plugin_luajit/Plugins/Android/libs/x86 /
67+ cp build_lj_x86/libxlua.so plugin_luajit/Plugins/Android/libs/x86 /libxlua.so
6868
You can’t perform that action at this time.
0 commit comments