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 cf1491a commit 5acace3Copy full SHA for 5acace3
pythonforandroid/archs.py
@@ -133,7 +133,7 @@ def get_env(self, with_flags_in_cc=True):
133
env['PATH'] = environ['PATH']
134
135
env['ARCH'] = self.arch
136
- env['NDK_API'] = str(self.ctx.ndk_api)
+ env['NDK_API'] = 'android-{}'.format(str(self.ctx.ndk_api))
137
138
if self.ctx.python_recipe and self.ctx.python_recipe.from_crystax:
139
env['CRYSTAX_PYTHON_VERSION'] = self.ctx.python_recipe.version
0 commit comments