Link iconv instead of ${Iconv_LIBRARIES} because idk Windows

This commit is contained in:
Nadia Holmquist Pedersen 2020-07-26 22:26:50 +02:00
parent a1f939e0cb
commit 6a682a8ef0
1 changed files with 1 additions and 1 deletions

View File

@ -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)