Skip to content

Commit bc55f7c

Browse files
committed
OK, I think lxml is now building...
1 parent e226a8c commit bc55f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/recipes/lxml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_recipe_env(self, arch):
2525
bxsl = "/home/zgoldberg/.local/share/python-for-android/build/other_builds/libxslt/armeabi/libxslt"
2626
targetpython = "%s/include/python2.7/" % dirname(dirname(self.ctx.hostpython))
2727
env['CC'] += " -I%s/include -I%s -I%s" % (bxml, bxsl, targetpython)
28-
env['LDSHARED'] = env['CC']
28+
env['LDSHARED'] = '%s -lpython2.7 -nostartfiles' % env['CC']
2929
#env['LDSHARED'] = join(self.ctx.root_dir, 'tools', 'liblink')
3030
# WTH is liblink?
3131
#env['LDSHARED'] = env['LIBLINK']

0 commit comments

Comments
 (0)