Explorar el Código

Fix value of SDL_HIDAPI_DISABLED

Anonymous Maarten hace 3 años
padre
commit
c3495ec6ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cmake/sdlchecks.cmake

+ 1 - 1
cmake/sdlchecks.cmake

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