mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Only use static iconv on Android.
This commit is contained in:
@ -9,10 +9,6 @@ set(LIBS core
|
||||
sfml-network
|
||||
${GTK2_LIBRARIES})
|
||||
|
||||
if(NOT ICONV)
|
||||
set(LIBS ${LIBS} iconv)
|
||||
endif()
|
||||
|
||||
if(NOT ANDROID)
|
||||
if(USE_X11)
|
||||
set(LIBS ${LIBS} ${X11_LIBRARIES}
|
||||
@ -39,7 +35,7 @@ if(NOT ANDROID)
|
||||
endif()
|
||||
endif()
|
||||
else()
|
||||
set(LIBS ${LIBS} png)
|
||||
set(LIBS ${LIBS} png iconv)
|
||||
endif()
|
||||
|
||||
if(LIBAV_FOUND)
|
||||
|
Reference in New Issue
Block a user