mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
ci: fix arguments for FreeBSD CMake
(sorry)
This commit is contained in:
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`
|
||||||
|
Reference in New Issue
Block a user