Skip to content

Commit

Permalink
Fixed bug 3670 - CMake IOS haptic error
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 12, 2017
1 parent 22c221f commit c1cd93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -1311,7 +1311,7 @@ elseif(APPLE)
if(SDL_HAPTIC)
set(SDL_HAPTIC_IOKIT 1)
if (IOS)
file(GLOB POWER_SOURCES ${SDL2_SOURCE_DIR}/src/haptic/dummy/*.c)
file(GLOB HAPTIC_SOURCES ${SDL2_SOURCE_DIR}/src/haptic/dummy/*.c)
set(SDL_HAPTIC_DUMMY 1)
else()
file(GLOB HAPTIC_SOURCES ${SDL2_SOURCE_DIR}/src/haptic/darwin/*.c)
Expand Down

0 comments on commit c1cd93e

Please sign in to comment.