mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Upgrade pip
This commit is contained in:
parent
3a0881dffe
commit
58b8d6c4ef
|
@ -569,6 +569,7 @@ def build_pillow():
|
|||
*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}" -m pip install --upgrade pip',
|
||||
r'"{python_dir}\{python_exe}" -m pip install . '
|
||||
r'--global-option="--vendor-raqm" '
|
||||
r'--global-option="--vendor-fribidi" '
|
||||
|
|
Loading…
Reference in New Issue
Block a user