mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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
|
// Force an autolink with ICU
|
||||||
#if defined(__MACH__)
|
#if defined(__MACH__)
|
||||||
asm(".linker_option \"-licucore\"\n");
|
asm(".linker_option \"-licucore\"\n");
|
||||||
#elif defined(_WIN32)
|
|
||||||
#pragma comment(lib, "icucore.lib")
|
|
||||||
#endif // defined(__MACH__)
|
#endif // defined(__MACH__)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user