Skip to content

Commit

Permalink
Fixed cut-and-paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 20, 2013
1 parent abbaa90 commit 6344736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -1008,7 +1008,7 @@ endif(NOT HAVE_SDL_HAPTIC)
if(NOT HAVE_SDL_LOADSO)
set(SDL_LOADSO_DISABLED 1)
file(GLOB LOADSO_SOURCES ${SDL2_SOURCE_DIR}/src/loadso/dummy/*.c)
set(SOURCE_FILES ${SOURCE_FILES} ${JOYSTICK_SOURCES})
set(SOURCE_FILES ${SOURCE_FILES} ${LOADSO_SOURCES})
endif(NOT HAVE_SDL_LOADSO)

# We always need to have threads and timers around
Expand Down

0 comments on commit 6344736

Please sign in to comment.