1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-24 06:46:19 +00:00
Lakka-LibreELEC/packages/python/graphics/Pillow/patches/Pillow-0001-crosscompiling.patch
2019-06-07 08:49:07 +01:00

14 lines
457 B
Diff

diff --git a/setup.py b/setup.py
index 8eb0b3c..277e44a 100755
--- a/setup.py
+++ b/setup.py
@@ -253,7 +253,7 @@ class pil_build_ext(build_ext):
] + [('add-imaging-libs=', None, 'Add libs to _imaging build')]
def initialize_options(self):
- self.disable_platform_guessing = None
+ self.disable_platform_guessing = True
self.add_imaging_libs = ""
build_ext.initialize_options(self)
for x in self.feature: