MINGW-packages/mingw-w64-python-contourpy/0001-dont-force-msvc.patch
2023-06-28 21:02:11 +02:00

11 lines
284 B
Diff

--- contourpy-1.1.0/pyproject.toml.orig 1970-01-01 01:00:00.000000000 +0100
+++ contourpy-1.1.0/pyproject.toml 2023-06-25 15:02:39.416334100 +0200
@@ -80,7 +80,6 @@
dist = []
install = []
setup = [
- "--vsenv", # Force use of MSVC on Windows, ignored on other platforms
]