mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
Link against iconv on macOS
This commit is contained in:
parent
9816d33116
commit
992ead2de5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user