Skip to content

Commit

Permalink
add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jan 17, 2025
1 parent e2b035d commit ef91d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/core/toolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def _compiler_version(cc):
if current_os() != 'windows':
result = util.run_command(cc, '--version', quiet=True)
lines = result.output.split('\n')
print(lines)

for text in lines:
# Apple clang
Expand Down

0 comments on commit ef91d9f

Please sign in to comment.