cmake: iOS haptic section was referencing power source code (thanks, Martin!).

Fixes Bugzilla #3670.
This commit is contained in:
Ryan C. Gordon 2017-06-11 16:00:45 -04:00
parent 3c955d0540
commit e5f4a71f1a
1 changed files with 1 additions and 1 deletions

View File

@ -1311,7 +1311,7 @@ elseif(APPLE)
if(SDL_HAPTIC)
set(SDL_HAPTIC_IOKIT 1)
if (IOS)
file(GLOB POWER_SOURCES ${SDL2_SOURCE_DIR}/src/power/dummy/*.c)
file(GLOB POWER_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)