mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Call the func
This commit is contained in:
parent
0c50a76dbe
commit
36abd6341a
2
setup.py
2
setup.py
|
@ -153,7 +153,7 @@ class pil_build_ext(build_ext):
|
|||
add_directory(library_dirs, "/usr/x11/include")
|
||||
|
||||
elif sys.platform == "linux2":
|
||||
if platform.processor == "x86_64":
|
||||
if platform.processor() == "x86_64":
|
||||
add_directory(library_dirs, "/usr/lib64")
|
||||
|
||||
add_directory(library_dirs, "/usr/local/lib")
|
||||
|
|
Loading…
Reference in New Issue
Block a user