Merge pull request #16 from davidanthoff/msbuildinquotes
Put quotes around the path to msbuild in setup.py
This commit is contained in:
Коммит
1a5f60410b
|
@ -24,7 +24,7 @@ if DEVTOOLS == "MsDev":
|
|||
|
||||
cc = msvc9compiler.MSVCCompiler()
|
||||
cc.initialize()
|
||||
_xbuild = cc.find_exe("msbuild.exe")
|
||||
_xbuild = "\"%s\"" % cc.find_exe("msbuild.exe")
|
||||
_defines_sep = ";"
|
||||
_config = "%sWin" % CONFIG
|
||||
_npython_exe = "nPython.exe"
|
||||
|
|
Загрузка…
Ссылка в новой задаче