mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
...
This commit is contained in:
2
setup.py
2
setup.py
@@ -557,7 +557,7 @@ def init_env(
|
|||||||
ccver=ccver, ldpaths=ldpaths, vcs_rev=vcs_rev,
|
ccver=ccver, ldpaths=ldpaths, vcs_rev=vcs_rev,
|
||||||
)
|
)
|
||||||
if verbose:
|
if verbose:
|
||||||
print(ans.cc_version_string)
|
print(ans.cc_version_string.strip())
|
||||||
print('Detected:', ans.compiler_type)
|
print('Detected:', ans.compiler_type)
|
||||||
return ans
|
return ans
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user