We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e226a8c commit bc55f7cCopy full SHA for bc55f7c
1 file changed
pythonforandroid/recipes/lxml/__init__.py
@@ -25,7 +25,7 @@ def get_recipe_env(self, arch):
25
bxsl = "/home/zgoldberg/.local/share/python-for-android/build/other_builds/libxslt/armeabi/libxslt"
26
targetpython = "%s/include/python2.7/" % dirname(dirname(self.ctx.hostpython))
27
env['CC'] += " -I%s/include -I%s -I%s" % (bxml, bxsl, targetpython)
28
- env['LDSHARED'] = env['CC']
+ env['LDSHARED'] = '%s -lpython2.7 -nostartfiles' % env['CC']
29
#env['LDSHARED'] = join(self.ctx.root_dir, 'tools', 'liblink')
30
# WTH is liblink?
31
#env['LDSHARED'] = env['LIBLINK']
0 commit comments