Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not set compiler to mingw32 on Windows (#5)
With this patch, msvc is used, which is the default for building Python extensions on Windows. Currently, one must force usage of msvc when building bdist_wheel and installing with something like: %PYTHON% -m pip install . -vv --global-option build --global-option --compiler=msvc --global-option build --global-option --cythonize This kind of command will no longer work in the next major release of pip: pypa/pip#8368
- Loading branch information