Skip to content

Commit 28bfeba

Browse files
committed
---
yaml --- r: 348634 b: refs/heads/master c: 59594cb h: refs/heads/master
1 parent b49a910 commit 28bfeba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: fcc4508ee8b4c302a76e033d4e755300e50ebf13
2+
refs/heads/master: 59594cbadcee00895d72bf5179ba669122492f20
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

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

Lines changed: 1 addition & 1 deletion
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)