mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
SDL_hidapi requires libusb >= 1.0.16
Co-authored-by: Ozkan Sezer <sezeroz@gmail.com>
This commit is contained in:
parent
6ba90f7775
commit
dd5b8db3a6
2 changed files with 1 additions and 2 deletions
1
.github/workflows/cpactions.yml
vendored
1
.github/workflows/cpactions.yml
vendored
|
|
@ -51,7 +51,6 @@ jobs:
|
|||
cmake -S . -B build -GNinja \
|
||||
-Wdeprecated -Wdev -Werror \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DSDL_HIDAPI_LIBUSB=OFF \
|
||||
-DSDL_CHECK_REQUIRED_INCLUDES="/usr/local/include" \
|
||||
-DSDL_CHECK_REQUIRED_LINK_OPTIONS="-L/usr/local/lib"
|
||||
cmake --build build/ --config Release --verbose -- -j`sysctl -n hw.ncpu`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue