We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a094d8 commit d0f0113Copy full SHA for d0f0113
pythonforandroid/archs.py
@@ -35,7 +35,7 @@ def get_env(self, with_flags_in_cc=True):
35
36
env['CFLAGS'] = ' '.join([
37
'-DANDROID', '-mandroid', '-fomit-frame-pointer'
38
- ' -D__ANDROID_API__={}'.format(self.ctx._android_api),
+ ' -D__ANDROID_API__={}'.format(self.ctx.ndk_api),
39
])
40
env['LDFLAGS'] = ' '
41
0 commit comments