We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f491c6e + d9e943b commit 04dc2b9Copy full SHA for 04dc2b9
pythonforandroid/recipes/jpeg/__init__.py
@@ -48,6 +48,9 @@ def build_arch(self, arch):
48
# Force disable shared, with the static ones is enough
49
'-DENABLE_SHARED=0',
50
'-DENABLE_STATIC=1',
51
+
52
+ # Fix cmake compatibility issue
53
+ '-DCMAKE_POLICY_VERSION_MINIMUM=3.5',
54
_env=env)
55
shprint(sh.make, _env=env)
56
0 commit comments