mirror of
https://github.com/encounter/SDL.git
synced 2025-05-21 06:41:40 +00:00
Fix value of SDL_HIDAPI_DISABLED
This commit is contained in:
parent
19b13aab98
commit
c3495ec6ea
@ -1224,7 +1224,7 @@ macro(CheckHIDAPI)
|
||||
list(APPEND SOURCE_FILES ${HIDAPI_JOYSTICK_SOURCES})
|
||||
endif()
|
||||
else()
|
||||
set(SDL_HIDAPI_DISABLED 0)
|
||||
set(SDL_HIDAPI_DISABLED 1)
|
||||
endif()
|
||||
else()
|
||||
set(SDL_HIDAPI_DISABLED 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user