mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
Link against iconv on macOS
This commit is contained in:
parent
9816d33116
commit
992ead2de5
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue