This commit is contained in:
Kovid Goyal
2024-03-14 12:05:57 +05:30
parent 9667da307c
commit c26954c69e

View File

@@ -557,7 +557,7 @@ def init_env(
ccver=ccver, ldpaths=ldpaths, vcs_rev=vcs_rev,
)
if verbose:
print(ans.cc_version_string)
print(ans.cc_version_string.strip())
print('Detected:', ans.compiler_type)
return ans