ci: fix arguments for FreeBSD CMake
(sorry)
This commit is contained in:
parent
ecd36c8f07
commit
18ef9dcf61
1 changed files with 2 additions and 2 deletions
4
.github/workflows/vmactions.yml
vendored
4
.github/workflows/vmactions.yml
vendored
|
@ -45,6 +45,6 @@ jobs:
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
cmake -S . -B build -GNinja \
|
cmake -S . -B build -GNinja \
|
||||||
-DSDL_EXTRA_CHECK_INCLUDES="/usr/local/include" \
|
-SDL_CHECK_REQUIRED_INCLUDES="/usr/local/include" \
|
||||||
-DSDL_EXTRA_CHECK_LINK_OPTIONS="-L/usr/local/lib"
|
-DSDL_CHECK_REQUIRED_LINK_OPTIONS="-L/usr/local/lib"
|
||||||
cmake --build build --verbose -- -j`sysctl -n hw.ncpu`
|
cmake --build build --verbose -- -j`sysctl -n hw.ncpu`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue