We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bdca3 commit cc56957Copy full SHA for cc56957
tools/common.py
@@ -210,7 +210,7 @@
210
VS2008_VCVARS = ("C:\\Program Files (x86)\\Microsoft Visual Studio 9.0"
211
"\\VC\\vcvarsall.bat")
212
213
-if not os.path.exists(VS2008_VCVARS):
+if WINDOWS and not os.path.exists(VS2008_VCVARS):
214
VS2008_VCVARS = (os.environ["LOCALAPPDATA"]+"\\Programs\\Common\\Microsoft"
215
"\\Visual C++ for Python\\9.0\\vcvarsall.bat")
216
0 commit comments