Skip to content

Commit 2164da1

Browse files
committed
Add a line of output for how the Xcode project is being generated, similar to the lines of output for the other stages of bootstrap.
1 parent d5813df commit 2164da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/bootstrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@ def main():
959959
cmd.append("--enable-code-coverage")
960960

961961
# Call `swift-package` to generate the Xcode project.
962+
note("generating Xcode project: %s" % (' '.join(cmd),))
962963
result = subprocess.call(cmd)
963964
if result != 0:
964965
error("xcodeproj generation failed with exit status %d" % (result,))

0 commit comments

Comments
 (0)