diff --git a/GNUmakefile b/GNUmakefile index 3fa3bd0b4..987535937 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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