We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a37483 + 0d126df commit 1a5f604Copy full SHA for 1a5f604
1 file changed
pythonnet/setup.py
@@ -24,7 +24,7 @@
24
25
cc = msvc9compiler.MSVCCompiler()
26
cc.initialize()
27
- _xbuild = cc.find_exe("msbuild.exe")
+ _xbuild = "\"%s\"" % cc.find_exe("msbuild.exe")
28
_defines_sep = ";"
29
_config = "%sWin" % CONFIG
30
_npython_exe = "nPython.exe"
0 commit comments