Skip to content

Commit

Permalink
Remove command for Python 3.6
Browse files Browse the repository at this point in the history
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
  • Loading branch information
hugovk and nulano committed Oct 16, 2021
1 parent e6f33aa commit d4c7ccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion winbuild/build_prepare.py
Expand Up @@ -474,7 +474,6 @@ 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"), # use /MD, not /MT
r'"{python_dir}\{python_exe}" setup.py build_ext --vendor-raqm --vendor-fribidi %*', # noqa: E501
]

Expand Down

0 comments on commit d4c7ccd

Please sign in to comment.