8000 Fixing Travis CI for mono 5.0 by dsuarezv · Pull Request #471 · pythonnet/pythonnet · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter 8000

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Go back to xbuild
  • Loading branch information
dsuarezv committed May 22, 2017
commit da01f14290f0c70361266e227e66a642a305e3b5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def build_extension(self, ext):
_config = "{0}Win".format(CONFIG)

elif DEVTOOLS == "Mono":
_xbuild = "msbuild"
_xbuild = "xbuild"
_config = "{0}Mono".format(CONFIG)
else:
raise NotImplementedError(
Expand Down
0