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 b3cb538 commit 0dd93daCopy full SHA for 0dd93da
Utilities/bootstrap
@@ -584,9 +584,9 @@ class llbuild(object):
584
585
# Write out the link command.
586
if target.is_library:
587
- description = "Link %s" % target.name
+ description = "Linking %s" % target.name
588
else:
589
- description = "Link %s" % link_output_path
+ description = "Linking %s" % link_output_path
590
self.writeTool(
591
tool,
592
target.linked_virtual_node,
0 commit comments