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 f4eafd1 commit 3080cc9Copy full SHA for 3080cc9
Utilities/build-script-helper.py
@@ -74,7 +74,7 @@ def get_swiftpm_options(args: argparse.Namespace) -> List[str]:
74
"""
75
swiftpm_args = [
76
'--package-path', args.package_path,
77
- '--build-path', args.build_path,
+ '--scratch-path', args.build_path,
78
'--configuration', args.configuration,
79
]
80
0 commit comments