Possibly an OSX buildfix.

This commit is contained in:
Jordan Woyak 2014-05-11 23:05:34 -05:00
parent 9af18d1b96
commit 635dbd0ff9
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@ if(NOT ANDROID)
if(SDL_FOUND)
# Using shared SDL
set(LIBS ${LIBS} ${SDL_LIBRARY})
else(SDL_FOUND)
# Using static SDL from Externals
set(LIBS ${LIBS} SDL)
endif()
endif()
else()