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 b832308 + 79f1fbd commit 44e1ff7Copy full SHA for 44e1ff7
build_script.py
@@ -346,9 +346,6 @@ def main(args=sys.argv[1:]):
346
"--libdispatch-src-dir",
347
help="Path to swift-corelibs-libdispatch source tree, which "
348
"the built XCTest.so will be linked against.")
349
- build_parser.add_argument("--swift-build-dir",
350
- help="deprecated, do not use")
351
- build_parser.add_argument("--arch", help="deprecated, do not use")
352
build_parser.add_argument(
353
"--module-install-path",
354
help="Location at which to install XCTest.swiftmodule and "
0 commit comments