mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
...
This commit is contained in:
parent
9667da307c
commit
c26954c69e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue