mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Static stdlib requires explicit -licucore
This commit is contained in:
@@ -1240,6 +1240,7 @@ toolchains::Darwin::constructInvocation(const LinkJobAction &job,
|
||||
Arguments.push_back("-framework");
|
||||
Arguments.push_back("Foundation");
|
||||
Arguments.push_back("-force_load_swift_libs");
|
||||
Arguments.push_back("-licucore");
|
||||
} else {
|
||||
Arguments.push_back(context.Args.MakeArgString(RuntimeLibPath));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user