restore py_vcruntime_redist

This commit is contained in:
nulano 2022-09-05 14:58:41 +02:00
parent b22c66eeb8
commit 8b1f92a756
No known key found for this signature in database
GPG Key ID: B650CDF63B705766

View File

@ -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
]