Skip to content

Commit

Permalink
add icucore and iconv libs for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminum committed Dec 21, 2024
1 parent ed15758 commit d0d31fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/find_dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ if(NOT USE_SYSTEM_CURL)
# _Curl_resolv in libcurl.a(hostip.c.o)
# ```
# The "Foundation" framework is already linked by GLFW.
target_link_libraries(3rdparty_curl INTERFACE "-framework SystemConfiguration")
target_link_libraries(3rdparty_curl INTERFACE "-framework SystemConfiguration icucore iconv")
elseif(UNIX)
find_library(LIBIDN2 NAMES idn2 libidn2 libidn2.so.0 )
target_link_libraries(3rdparty_curl INTERFACE ${LIBIDN2})
Expand Down

0 comments on commit d0d31fb

Please sign in to comment.