-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LD_LIBRARY_PATH can break executables of child processes that are linked against different libc versions. Since pypy uses cffi for all c-extensions we no longer need this mechanism as our cc wrapper will set rpath on all shared objects properly. This makes the build a lot simpler. The disadvantage is that we can no longer run tests with this compilation mode.
- Loading branch information
Showing
1 changed file
with
27 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters