mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-25 08:10:33 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
e3c8ef980b
commit
f246049c4a
4
setup.py
4
setup.py
|
@ -564,8 +564,8 @@ class pil_build_ext(build_ext):
|
||||||
library_dirs,
|
library_dirs,
|
||||||
os.path.join(
|
os.path.join(
|
||||||
os.environ["ANDROID_ROOT"],
|
os.environ["ANDROID_ROOT"],
|
||||||
"lib" if struct.calcsize("l") == 4 else "lib64"
|
"lib" if struct.calcsize("l") == 4 else "lib64",
|
||||||
)
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
elif sys.platform.startswith("netbsd"):
|
elif sys.platform.startswith("netbsd"):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user