We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab647d commit 7ec4452Copy full SHA for 7ec4452
misc/build_wheel.py
@@ -73,7 +73,7 @@ def create_environ(python_version: str) -> Dict[str, str]:
73
'CC=/opt/llvm/bin/clang'
74
)
75
env['CIBW_ENVIRONMENT_WINDOWS'] = (
76
- 'MYPY_USE_MYPYC=1 MYPYC_OPT_LEVEL=2 MYPYC_MULTI_FILE=1 PIP_NO_BUILD_ISOLATION=no'
+ 'MYPY_USE_MYPYC=1 MYPYC_OPT_LEVEL=2 PIP_NO_BUILD_ISOLATION=no'
77
78
79
# lxml is slow to build wheels for new releases, so allow installing reqs to fail
0 commit comments