| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1fa1599 commit 68a3f2f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,8 +99,8 @@ def build_extension(self, ext): | |||
| 99 | 99 | ] | |
| 100 | 100 | ||
| 101 | 101 | self.announce("Building: %s" % " ".join(cmd)) | |
| 102 | - check_call(" ".join(cmd) + " /t:Clean", shell=True) | ||
| 103 | - check_call(" ".join(cmd) + " /t:Build", shell=True) | ||
| 102 | + check_call(" ".join(cmd + ["/t:Clean"]), shell=(True if DEVTOOLS=="Mono" else False)) | ||
| 103 | + check_call(" ".join(cmd + ["/t:Build"]), shell=(True if DEVTOOLS=="Mono" else False)) | ||
| 104 | 104 | ||
| 105 | 105 | if DEVTOOLS == "Mono": | |
| 106 | 106 | self._build_monoclr(ext) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments