Skip to content

Commit f086b9b

Browse files
author
Kyle Macomber
authoredSep 23, 2019
Update swift-stdlib-tool for Swift 5 (#27276)
1 parent 0fb5ec3 commit f086b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/swift-stdlib-tool/swift-stdlib-tool.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ int main(int argc, const char *argv[])
985985
src_dir = [[[self_executable stringByDeletingLastPathComponent]
986986
stringByDeletingLastPathComponent]
987987
sst_stringByAppendingPathComponents:
988-
@[ @"lib", @"swift", platform ]];
988+
@[ @"lib", @"swift-5.0", platform ]];
989989
} else if (!platform) {
990990
// src_dir is set but platform is not.
991991
// Pick platform from src_dir's name.

0 commit comments

Comments
 (0)
Please sign in to comment.