Link iconv instead of ${Iconv_LIBRARIES} because idk Windows
This commit is contained in:
parent
a1f939e0cb
commit
6a682a8ef0
|
@ -72,7 +72,7 @@ else()
|
|||
endif()
|
||||
|
||||
if (NOT Iconv_IS_BUILT_IN)
|
||||
target_link_libraries(melonDS ${Iconv_LIBRARIES})
|
||||
target_link_libraries(melonDS iconv)
|
||||
endif()
|
||||
|
||||
if (UNIX)
|
||||
|
|
Loading…
Reference in New Issue