We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa5779 commit 8677860Copy full SHA for 8677860
1 file changed
configure
@@ -342,7 +342,7 @@ def configure_node(o):
342
cc_version, is_clang = compiler_version()
343
o['variables']['clang'] = 1 if is_clang else 0
344
345
- if not is_clang:
+ if not is_clang and cc_version != 0:
346
o['variables']['gcc_version'] = 10 * cc_version[0] + cc_version[1]
347
348
# clang has always supported -fvisibility=hidden, right?
0 commit comments