mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +00:00
Pillow: tryfix multiarch crosscompile bull^H^H^Hadness
This commit is contained in:
parent
d92ef9c51d
commit
8ea8e3a2e2
@ -1,6 +1,20 @@
|
|||||||
|
diff --git a/setup.py b/setup.py
|
||||||
|
index 90687d5..2f2be57 100644
|
||||||
--- a/setup.py
|
--- a/setup.py
|
||||||
+++ b/setup.py
|
+++ b/setup.py
|
||||||
@@ -337,21 +337,6 @@
|
@@ -296,10 +296,9 @@ class pil_build_ext(build_ext):
|
||||||
|
# XXX Kludge. Above /\ we brute force support multiarch. Here we
|
||||||
|
# try Barry's more general approach. Afterward, something should
|
||||||
|
# work ;-)
|
||||||
|
- self.add_multiarch_paths()
|
||||||
|
|
||||||
|
elif sys.platform.startswith("gnu"):
|
||||||
|
- self.add_multiarch_paths()
|
||||||
|
+ pass
|
||||||
|
|
||||||
|
elif sys.platform.startswith("netbsd"):
|
||||||
|
_add_directory(library_dirs, "/usr/pkg/lib")
|
||||||
|
@@ -337,21 +336,6 @@ class pil_build_ext(build_ext):
|
||||||
else:
|
else:
|
||||||
TCL_ROOT = None
|
TCL_ROOT = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user