forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Avoid overriding
PYTHONPATH
.
On some distributions (e.g. Gnu Guix) Python packages are not installed in some standard directory, rather they are installed in different places and the `PYTHONPATH` variable is modified to include the different places. So, we must not use the name `PYTHONPATH` in our `Makefile` since `make` will replace the `PYTHONPATH` environment variable, preventing e.g. `tools/generate-wire.py` from finding `python-mako` installed on such distributions.
- Loading branch information
1 parent
78ebdde
commit c384748
Showing
1 changed file
with
5 additions
and
5 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