mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Use correct linker flags for SDL.
This commit is contained in:
parent
90af798d3d
commit
6773261a85
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue