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:
Saleem Abdulrasool
2017-09-26 16:12:55 -07:00
parent d0bb3ebe96
commit 05edabff5e

View File

@@ -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__)