Skip to content

Commit 24ca657

Browse files
hugovknulano
andcommitted
Remove command for Python 3.6
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
1 parent 31a96b9 commit 24ca657

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

winbuild/build_prepare.py

-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ def build_pillow():
474474
cmd_cd("{pillow_dir}"),
475475
*prefs["header"],
476476
cmd_set("DISTUTILS_USE_SDK", "1"), # use same compiler to build Pillow
477-
cmd_set("py_vcruntime_redist", "true"), # use /MD, not /MT
478477
r'"{python_dir}\{python_exe}" setup.py build_ext --vendor-raqm --vendor-fribidi %*', # noqa: E501
479478
]
480479

0 commit comments

Comments
 (0)