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