Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Hardcode path to ICU on macOS (#28066)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Jul 28, 2020
1 parent e8b1784 commit d3a7344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corefx/System.Globalization.Native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ else()
return()
endif()

add_definitions(-DOSX_ICU_LIBRARY_PATH=\"${ICUCORE}\")
add_definitions(-DOSX_ICU_LIBRARY_PATH=\"/usr/lib/libicucore.dylib\")
endif()

include(configure.cmake)
Expand Down

0 comments on commit d3a7344

Please sign in to comment.