mirror of
https://github.com/encounter/SDL.git
synced 2025-12-12 14:46:19 +00:00
Vita: Fix typo in CI CMake command.
This commit is contained in:
committed by
Anonymous Maarten
parent
be2cb00066
commit
e710440f58
2
.github/workflows/vita.yaml
vendored
2
.github/workflows/vita.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cmake -S . -B build -G Ninja \
|
cmake -S . -B build -G Ninja \
|
||||||
-DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake \
|
-DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake \
|
||||||
-DSDL_ERRORS=ON \
|
-DSDL_WERROR=ON \
|
||||||
-DSDL_TESTS=ON \
|
-DSDL_TESTS=ON \
|
||||||
-DSDL_INSTALL_TESTS=ON \
|
-DSDL_INSTALL_TESTS=ON \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
|||||||
Reference in New Issue
Block a user