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

Commit d3a7344

Browse files
authored
Hardcode path to ICU on macOS (#28066)
Port of dotnet/runtime@05f17e3.
1 parent e8b1784 commit d3a7344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/corefx/System.Globalization.Native/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else()
3232
return()
3333
endif()
3434

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

3838
include(configure.cmake)

0 commit comments

Comments
 (0)