mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update swift-stdlib-tool for Swift 5 (#27276)
This commit is contained in:
@@ -985,7 +985,7 @@ int main(int argc, const char *argv[])
|
||||
src_dir = [[[self_executable stringByDeletingLastPathComponent]
|
||||
stringByDeletingLastPathComponent]
|
||||
sst_stringByAppendingPathComponents:
|
||||
@[ @"lib", @"swift", platform ]];
|
||||
@[ @"lib", @"swift-5.0", platform ]];
|
||||
} else if (!platform) {
|
||||
// src_dir is set but platform is not.
|
||||
// Pick platform from src_dir's name.
|
||||
|
||||
Reference in New Issue
Block a user