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 8985199 commit 4b538e7Copy full SHA for 4b538e7
pythonforandroid/recipes/pymunk/__init__.py
@@ -17,7 +17,7 @@ def get_recipe_env(self, arch):
17
env['PYTHON_ROOT'] = self.ctx.get_python_install_dir()
18
arch_noeabi = arch.arch.replace('eabi', '')
19
env['LDFLAGS'] += " -shared -llog"
20
- env['LDFLAGS'] += " -landroid -lpython2.7"
+ env['LDFLAGS'] += " -landroid -lpython2.7"
21
env['LDFLAGS'] += " --sysroot={ctx.ndk_dir}/platforms/android-{ctx.android_api}/arch-{arch_noeabi}".format(
22
ctx=self.ctx, arch_noeabi=arch_noeabi)
23
return env
0 commit comments