We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c0bec2 + 794bb66 commit df79e38Copy full SHA for df79e38
Utilities/bootstrap
@@ -449,6 +449,8 @@ def main():
449
default="/usr/local", metavar="PATH")
450
parser.add_argument("-v", "--verbose", action="store_true",
451
help="use verbose output")
452
+ parser.add_argument("--foundation", dest="foundation_path",
453
+ help="Path to Foundation build directory")
454
parser.add_argument("--xctest", dest="xctest_path",
455
help="Path to XCTest build directory")
456
args = parser.parse_args()
0 commit comments