Skip to content

Commit 81398cc

Browse files
committed
Log swiftpm bootstrap script output
1 parent 4e5c190 commit 81398cc

File tree

1 file changed

+1
-1
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/swiftpm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def run_bootstrap_script(self, action, host_target, additional_params=[]):
105105

106106
helper_cmd.extend(additional_params)
107107

108-
shell.call(helper_cmd)
108+
shell.call(helper_cmd, echo=True)
109109

110110
def build(self, host_target):
111111
self.run_bootstrap_script('build', host_target, ["--reconfigure"])

0 commit comments

Comments
 (0)