Skip to content

Commit 0de2425

Browse files
committed
[stdlib] Static stdlib requires explicit -licucore
1 parent f023fce commit 0de2425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Driver/ToolChains.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,7 @@ toolchains::Darwin::constructInvocation(const LinkJobAction &job,
12401240
Arguments.push_back("-framework");
12411241
Arguments.push_back("Foundation");
12421242
Arguments.push_back("-force_load_swift_libs");
1243+
Arguments.push_back("-licucore");
12431244
} else {
12441245
Arguments.push_back(context.Args.MakeArgString(RuntimeLibPath));
12451246
}

0 commit comments

Comments
 (0)