mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
add note to GNUmakefile that we append instdir instead of prepending for a good reason
This commit is contained in:
parent
e8c5795e36
commit
3b17e2a579
@ -35,6 +35,10 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
# Append instdir/lib instead of prepending it so that people can override
|
||||
# things from lib with alternate packages of their choosing by setting their
|
||||
# PYTHONPATH.
|
||||
|
||||
ifneq ($(PYTHONPATH),)
|
||||
PYTHONPATH := "$(PYTHONPATH)$(PATHSEP)$(INSTDIR)/lib"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user