0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-04 10:25:20 +00:00
Files
Lakka-LibreELEC/packages/python/graphics/Pillow/patches/Pillow-0001-crosscompiling.patch

22 lines
575 B
Diff

diff --git a/setup.py b/setup.py
index 8eb0b3c..277e44a 100755
--- a/setup.py
+++ b/setup.py
@@ -335,7 +335,7 @@
)
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:
@@ -987,6 +987,7 @@
try:
setup(
+ version=PILLOW_VERSION,
cmdclass={"build_ext": pil_build_ext},
ext_modules=ext_modules,
zip_safe=not (debug_build() or PLATFORM_MINGW),