We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7746682 commit 38b48b5Copy full SHA for 38b48b5
1 file changed
utils/command_build_clib.py
@@ -269,7 +269,6 @@ def build_libraries(self, libraries):
269
link_command += " " + ".lib ".join(libraries) + ".lib" # libraries
270
link_command += " /OUT:" + c_library_filename # output file name
271
link_command += " " + " ".join(extra_link_postargs)
272
- print(link_command)
273
os.system(link_command)
274
else:
275
self.compiler.link_shared_lib(objects,
0 commit comments