mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
stubs: fix Windows link
There is no icucore.lib in the official ICU distribution for Windows. Remove the autolink directive for now.
This commit is contained in:
@@ -330,7 +330,5 @@ void swift::__swift_stdlib_ubrk_setText(
|
||||
// Force an autolink with ICU
|
||||
#if defined(__MACH__)
|
||||
asm(".linker_option \"-licucore\"\n");
|
||||
#elif defined(_WIN32)
|
||||
#pragma comment(lib, "icucore.lib")
|
||||
#endif // defined(__MACH__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user