mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
restore py_vcruntime_redist
This commit is contained in:
parent
b22c66eeb8
commit
8b1f92a756
|
@ -553,6 +553,7 @@ def build_pillow():
|
|||
cmd_cd("{pillow_dir}"),
|
||||
*prefs["header"],
|
||||
cmd_set("DISTUTILS_USE_SDK", "1"), # use same compiler to build Pillow
|
||||
cmd_set("py_vcruntime_redist", "true"), # always use /MD, never /MT
|
||||
r'"{python_dir}\{python_exe}" setup.py build_ext --vendor-raqm --vendor-fribidi %*', # noqa: E501
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user