|
11 | 11 | 'releases/download/0.1/crystax_python_3.6_armeabi_armeabi-v7a.tar.gz')} |
12 | 12 |
|
13 | 13 |
|
14 | | -class Python3Recipe(TargetPythonRecipe): |
| 14 | +class Python3CrystaXRecipe(TargetPythonRecipe): |
15 | 15 | version = '3.6' |
16 | 16 | url = '' |
17 | 17 | name = 'python3crystax' |
@@ -86,16 +86,16 @@ def create_python_bundle(self, dirn, arch): |
86 | 86 | join(dirn, 'site-packages')) |
87 | 87 |
|
88 | 88 | info('Renaming .so files to reflect cross-compile') |
89 | | - self.reduce_object_file_names(self, join(dirn, "site-packages")) |
| 89 | + self.reduce_object_file_names(join(dirn, "site-packages")) |
90 | 90 |
|
91 | 91 | return join(dirn, 'site-packages') |
92 | 92 |
|
93 | 93 | def include_root(self, arch_name): |
94 | | - return join(self.ctx.ndk_dir, 'sources', 'python', self.major_minor_version_string(), |
| 94 | + return join(self.ctx.ndk_dir, 'sources', 'python', self.major_minor_version_string, |
95 | 95 | 'include', 'python') |
96 | 96 |
|
97 | 97 | def link_root(self, arch_name): |
98 | | - return join(self.ctx.ndk_dir, 'sources', 'python', self.major_minor_version_string(), |
| 98 | + return join(self.ctx.ndk_dir, 'sources', 'python', self.major_minor_version_string, |
99 | 99 | 'libs', arch_name) |
100 | 100 |
|
101 | | -recipe = Python3Recipe() |
| 101 | +recipe = Python3CrystaXRecipe() |
0 commit comments