Skip to content

Commit 05edabf

Browse files
committed
stubs: fix Windows link
There is no icucore.lib in the official ICU distribution for Windows. Remove the autolink directive for now.
1 parent d0bb3eb commit 05edabf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/stubs/UnicodeNormalization.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,5 @@ void swift::__swift_stdlib_ubrk_setText(
330330
// Force an autolink with ICU
331331
#if defined(__MACH__)
332332
asm(".linker_option \"-licucore\"\n");
333-
#elif defined(_WIN32)
334-
#pragma comment(lib, "icucore.lib")
335333
#endif // defined(__MACH__)
336334

0 commit comments

Comments
 (0)