mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +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})
|
${X11_LIBRARIES})
|
||||||
|
|
||||||
if(SDL2_FOUND)
|
if(SDL2_FOUND)
|
||||||
set(LIBS ${LIBS} SDL2)
|
set(LIBS ${LIBS} ${SDL2_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(SDL_FOUND)
|
if(SDL_FOUND)
|
||||||
set(LIBS ${LIBS} SDL)
|
set(LIBS ${LIBS} ${SDL_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(LIBAV_FOUND)
|
if(LIBAV_FOUND)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue