Skip to content

Commit

Permalink
Merge pull request swiftlang#101 from manyoso/master
Browse files Browse the repository at this point in the history
Update the build script with correct directory names for corelibs
  • Loading branch information
cwillmor committed Dec 3, 2015
2 parents c5950f6 + 6d6e6ab commit 8d78f74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions utils/build-script
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ SWIFT_SOURCE_ROOT: a directory containing the source for LLVM, Clang, Swift.
$SWIFT_SOURCE_ROOT/llvm
/clang
/swift
/lldb (optional)
/llbuild (optional)
/swiftpm (optional, requires llbuild)
/XCTest (optional)
/Foundation (optional)
/lldb (optional)
/llbuild (optional)
/swiftpm (optional, requires llbuild)
/swift-corelibs-xctest (optional)
/swift-corelibs-foundation (optional)
SWIFT_BUILD_ROOT: a directory in which to create out-of-tree builds.
Defaults to "$SWIFT_SOURCE_ROOT/build/".
Expand Down

0 comments on commit 8d78f74

Please sign in to comment.