Skip to content

Commit cd6b78d

Browse files
committed
Made python3 recipe set ctx.cython
This is a temporary hack until cython setting is devolved properly.
1 parent 180a85e commit cd6b78d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/recipes/python3/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ def prebuild_arch(self, arch):
2222
print('Python3 already patched, skipping.')
2323
return
2424

25+
self.ctx.cython = 'cython' # Temporary hack
26+
2527
# # self.apply_patch(join('patches_inclement',
2628
# # 'python-{version}-define_macro.patch'.format(version=self.version)))
2729
# # self.apply_patch(join('patches_inclement',

0 commit comments

Comments
 (0)