Skip to content

Use gcc on Linux, VS on Windows and CLang in other cases for geninterop #510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 15 commits into from
Prev Previous commit
Next Next commit
Update CHANGELOG.md
  • Loading branch information
testrunner123 authored Jul 11, 2017
commit 2e87ba7a62062b313cd6fb2dc65c962fabacdae0
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
- Added keyword arguments based on C# syntax for calling CPython methods (#461)

### Changed
- geninterop.py uses MSVC on Windows, gcc on Linux and CLang in other cases

### Fixed

Expand Down