mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
Link iconv instead of ${Iconv_LIBRARIES} because idk Windows
This commit is contained in:
@ -72,7 +72,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT Iconv_IS_BUILT_IN)
|
if (NOT Iconv_IS_BUILT_IN)
|
||||||
target_link_libraries(melonDS ${Iconv_LIBRARIES})
|
target_link_libraries(melonDS iconv)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
|
Reference in New Issue
Block a user