Advertisement
Guest User

fix for python-for-android error "PyObject_Call"

a guest
Jun 29th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. *** bkp/recipe.py 2016-06-29 08:50:25.640873655 +0200
  2. --- recipe.py 2016-06-29 08:47:18.708877002 +0200
  3. ***************
  4. *** 1001,1006 ****
  5. --- 1001,1007 ----
  6. if self.ctx.python_recipe.from_crystax:
  7. env['LDFLAGS'] = (env['LDFLAGS'] +
  8. ' -L{}'.format(join(self.ctx.bootstrap.build_dir, 'libs', arch.arch)))
  9. + env['LDFLAGS'] += ' -lpython3.5m'
  10. # ' -L/home/asandy/.local/share/python-for-android/build/bootstrap_builds/sdl2/libs/armeabi '
  11. if self.ctx.python_recipe.from_crystax:
  12. env['LDSHARED'] = env['CC'] + ' -shared'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement