Skip to content

Commit ef91d9f

Browse files
add debug print
1 parent e2b035d commit ef91d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/core/toolchain.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def _compiler_version(cc):
1414
if current_os() != 'windows':
1515
result = util.run_command(cc, '--version', quiet=True)
1616
lines = result.output.split('\n')
17+
print(lines)
1718

1819
for text in lines:
1920
# Apple clang

0 commit comments

Comments
 (0)