ci: fix typo in arguments of cmake
(aargh, sorry)
This commit is contained in:
parent
18ef9dcf61
commit
34d538bd13
2
.github/workflows/vmactions.yml
vendored
2
.github/workflows/vmactions.yml
vendored
@ -45,6 +45,6 @@ jobs:
|
||||
|
||||
run: |
|
||||
cmake -S . -B build -GNinja \
|
||||
-SDL_CHECK_REQUIRED_INCLUDES="/usr/local/include" \
|
||||
-DSDL_CHECK_REQUIRED_INCLUDES="/usr/local/include" \
|
||||
-DSDL_CHECK_REQUIRED_LINK_OPTIONS="-L/usr/local/lib"
|
||||
cmake --build build --verbose -- -j`sysctl -n hw.ncpu`
|
||||
|
Loading…
Reference in New Issue
Block a user