We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--build-path
--scratch-path
1 parent 9978bde commit 6bad404Copy full SHA for 6bad404
Utilities/build-script-helper.py
@@ -91,7 +91,7 @@ def get_build_target(swift_exec: str, args: argparse.Namespace) -> str:
91
def get_swiftpm_options(swift_exec: str, args: argparse.Namespace) -> List[str]:
92
swiftpm_args = [
93
'--package-path', args.package_path,
94
- '--build-path', args.build_path,
+ '--scratch-path', args.build_path,
95
'--configuration', args.configuration,
96
]
97
0 commit comments