|
|
@@ -36,3 +36,24 @@ index 60426d4..2a922ea 100755 |
|
|
|
vendor = set() |
|
|
|
|
|
|
|
def __init__(self): |
|
|
|
diff --git a/setup.py b/setup.py |
|
|
|
index 60426d4..0596287 100755 |
|
|
|
--- a/setup.py |
|
|
|
+++ b/setup.py |
|
|
|
@@ -572,16 +572,6 @@ class pil_build_ext(build_ext): |
|
|
|
|
|
|
|
# FIXME: check /opt/stuff directories here? |
|
|
|
|
|
|
|
- # standard locations |
|
|
|
- if not self.disable_platform_guessing: |
|
|
|
- _add_directory(library_dirs, "/usr/local/lib") |
|
|
|
- _add_directory(include_dirs, "/usr/local/include") |
|
|
|
- |
|
|
|
- _add_directory(library_dirs, "/usr/lib") |
|
|
|
- _add_directory(include_dirs, "/usr/include") |
|
|
|
- # alpine, at least |
|
|
|
- _add_directory(library_dirs, "/lib") |
|
|
|
- |
|
|
|
if sys.platform == "win32": |
|
|
|
# on Windows, look for the OpenJPEG libraries in the location that |
|
|
|
# the official installer puts them |