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 e259b1c commit 5eee5e1Copy full SHA for 5eee5e1
pythonforandroid/recipes/leveldb/__init__.py
@@ -39,7 +39,7 @@ def get_recipe_env(self, arch):
39
env['CXXFLAGS'] += ' -frtti'
40
env['CXXFLAGS'] += ' -fexceptions'
41
env['LDFLAGS'] += ' -L' + self.ctx.ndk_dir + '/sources/cxx-stl/gnu-libstdc++/' + self.ctx.toolchain_version + '/libs/' + arch.arch + \
42
- ' -lgnustl_shared'
+ ' -lgnustl_shared'
43
return env
44
45
recipe = LevelDBRecipe()
0 commit comments