We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7a232 commit 799b96fCopy full SHA for 799b96f
mesonbuild/mesonmain.py
@@ -46,6 +46,8 @@ def setup_vsenv():
46
# If an existing build tool chain exists in PATH -> do nothing.
47
if shutil.which('cc'):
48
return
49
+ if shutil.which('gcc'):
50
+ return
51
if shutil.which('clang'):
52
53
if shutil.which('clang-cl'):
0 commit comments