| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7a37483 commit 0d126df
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | 25 | cc = msvc9compiler.MSVCCompiler() | |
| 26 | 26 | cc.initialize() | |
| 27 | - _xbuild = cc.find_exe("msbuild.exe") | ||
| 27 | + _xbuild = "\"%s\"" % cc.find_exe("msbuild.exe") | ||
| 28 | 28 | _defines_sep = ";" | |
| 29 | 29 | _config = "%sWin" % CONFIG | |
| 30 | 30 | _npython_exe = "nPython.exe" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments