mirror of https://github.com/libsdl-org/SDL
release: fix arm64 Visual Studio build directory
[skip ci]
This commit is contained in:
parent
2f2c3afb05
commit
3f1143b4f5
|
@ -340,7 +340,7 @@ jobs:
|
|||
-DCMAKE_PREFIX_PATH="${{ steps.bin.outputs.path }}" `
|
||||
-Werror=dev `
|
||||
-B build_arm64 -A ARM64
|
||||
cmake --build build_x64 --config Release --verbose
|
||||
cmake --build build_arm64 --config Release --verbose
|
||||
|
||||
mingw:
|
||||
needs: [src]
|
||||
|
|
Loading…
Reference in New Issue