Skip to content

Commit 62c9a3d

Browse files
authored
Merge pull request #12134 from compnerd/windows-icu
stubs: fix Windows link
2 parents c82d3da + 05edabf commit 62c9a3d

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)