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

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)