Vita: Fix typo in CI CMake command.

This commit is contained in:
Pierre Wendling 2022-10-11 11:23:16 -04:00 committed by Anonymous Maarten
parent be2cb00066
commit e710440f58
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
run: |
cmake -S . -B build -G Ninja \
-DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake \
-DSDL_ERRORS=ON \
-DSDL_WERROR=ON \
-DSDL_TESTS=ON \
-DSDL_INSTALL_TESTS=ON \
-DCMAKE_BUILD_TYPE=Release \