Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Jan 2, 2021
1 parent 5bab682 commit 1b05926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/build_prepare.py
Expand Up @@ -472,7 +472,7 @@ def build_pillow():
cmd_set("DISTUTILS_USE_SDK", "1"), # use same compiler to build Pillow
cmd_set("MSSdk", "1"), # for PyPy3.6
cmd_set("py_vcruntime_redist", "true"), # use /MD, not /MT
r'"{python_dir}\{python_exe}" setup.py build_ext --vendor-raqm --vendor-fribidi %*',
r'"{python_dir}\{python_exe}" setup.py build_ext --vendor-raqm --vendor-fribidi %*', # noqa: E501
]

write_script("build_pillow.cmd", lines)
Expand Down

0 comments on commit 1b05926

Please sign in to comment.