8000
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.
1 parent 180a85e commit cd6b78dCopy full SHA for cd6b78d
pythonforandroid/recipes/python3/__init__.py
@@ -22,6 +22,8 @@ def prebuild_arch(self, arch):
22
print('Python3 already patched, skipping.')
23
return
24
25
+ self.ctx.cython = 'cython' # Temporary hack
26
+
27
# # self.apply_patch(join('patches_inclement',
28
# # 'python-{version}-define_macro.patch'.format(version=self.version)))
29
0 commit comments