mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
Possibly an OSX buildfix.
This commit is contained in:
parent
9af18d1b96
commit
635dbd0ff9
@ -37,9 +37,6 @@ if(NOT ANDROID)
|
|||||||
if(SDL_FOUND)
|
if(SDL_FOUND)
|
||||||
# Using shared SDL
|
# Using shared SDL
|
||||||
set(LIBS ${LIBS} ${SDL_LIBRARY})
|
set(LIBS ${LIBS} ${SDL_LIBRARY})
|
||||||
else(SDL_FOUND)
|
|
||||||
# Using static SDL from Externals
|
|
||||||
set(LIBS ${LIBS} SDL)
|
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user