Fix value of SDL_HIDAPI_DISABLED

This commit is contained in:
Anonymous Maarten 2022-09-10 14:11:19 +02:00
parent 19b13aab98
commit c3495ec6ea
1 changed files with 1 additions and 1 deletions

View File

@ -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)