Skip to content

Commit 8d78f74

Browse files
committed
Merge pull request #101 from manyoso/master
Update the build script with correct directory names for corelibs
2 parents c5950f6 + 6d6e6ab commit 8d78f74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: utils/build-script

+5-5
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ SWIFT_SOURCE_ROOT: a directory containing the source for LLVM, Clang, Swift.
138138
$SWIFT_SOURCE_ROOT/llvm
139139
/clang
140140
/swift
141-
/lldb (optional)
142-
/llbuild (optional)
143-
/swiftpm (optional, requires llbuild)
144-
/XCTest (optional)
145-
/Foundation (optional)
141+
/lldb (optional)
142+
/llbuild (optional)
143+
/swiftpm (optional, requires llbuild)
144+
/swift-corelibs-xctest (optional)
145+
/swift-corelibs-foundation (optional)
146146
147147
SWIFT_BUILD_ROOT: a directory in which to create out-of-tree builds.
148148
Defaults to "$SWIFT_SOURCE_ROOT/build/".

0 commit comments

Comments
 (0)