mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 11:02:28 +02:00
Use correct linker flags for SDL.
This commit is contained in:
parent
90af798d3d
commit
6773261a85
@ -13,11 +13,11 @@ set(LIBS core
|
||||
${X11_LIBRARIES})
|
||||
|
||||
if(SDL2_FOUND)
|
||||
set(LIBS ${LIBS} SDL2)
|
||||
set(LIBS ${LIBS} ${SDL2_LIBRARY})
|
||||
endif()
|
||||
|
||||
if(SDL_FOUND)
|
||||
set(LIBS ${LIBS} SDL)
|
||||
set(LIBS ${LIBS} ${SDL_LIBRARY})
|
||||
endif()
|
||||
|
||||
if(LIBAV_FOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user