diff --git a/CMakeLists.txt b/CMakeLists.txt index b94ae1a4f..bd1b3ac84 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -770,6 +770,10 @@ if (APPLE) # Half float conversions for F16C patches target_link_libraries(shadps4 PRIVATE half) + + # Link against the iconv in macOS + find_package(Iconv REQUIRED) + target_link_libraries(shadps4 PRIVATE Iconv::Iconv) endif() if (NOT ENABLE_QT_GUI)