mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 06:38:46 +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
|
# Half float conversions for F16C patches
|
||||||
target_link_libraries(shadps4 PRIVATE half)
|
target_link_libraries(shadps4 PRIVATE half)
|
||||||
|
|
||||||
|
# Link against the iconv in macOS
|
||||||
|
find_package(Iconv REQUIRED)
|
||||||
|
target_link_libraries(shadps4 PRIVATE Iconv::Iconv)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT ENABLE_QT_GUI)
|
if (NOT ENABLE_QT_GUI)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue