Skip to content

Commit 6519129

Browse files
committed
fix
1 parent 525cbb0 commit 6519129

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pythonforandroid/recipes/cffi/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ def get_recipe_env(self, arch=None, **kwargs):
3333
env['LDFLAGS'] += ' -L{}'.format(os.path.join(self.ctx.bootstrap.build_dir, 'libs', arch.arch))
3434
# required for libc and libdl
3535
env['LDFLAGS'] += ' -L{}'.format(arch.ndk_lib_dir_versioned)
36-
env['PYTHONPATH'] += ':'.join([
37-
self.ctx.get_site_packages_dir(arch),
38-
env['BUILDLIB_PATH'],
39-
])
4036
env['LDFLAGS'] += ' -L{}'.format(self.ctx.python_recipe.link_root(arch.arch))
4137
env['LDFLAGS'] += ' -lpython{}'.format(self.ctx.python_recipe.link_version)
4238
return env

0 commit comments

Comments
 (0)