mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-20 16:20:18 +00:00
Makefile: put an existing PYTHONPATH in front of our generated EGGSPATH, to make it easier to test tahoe against development versions of dependent libraries
This commit is contained in:
2
Makefile
2
Makefile
@ -58,7 +58,7 @@ show-eggspath:
|
|||||||
ifneq ($(PYTHONPATH),)
|
ifneq ($(PYTHONPATH),)
|
||||||
PYTHONPATH := $(PYTHONPATH)$(PATHSEP)
|
PYTHONPATH := $(PYTHONPATH)$(PATHSEP)
|
||||||
endif
|
endif
|
||||||
PP=PYTHONPATH="$(SRCPATH)$(PATHSEP)$(EGGSPATH)$(PATHSEP)$(PYTHONPATH)"
|
PP=PYTHONPATH="$(SRCPATH)$(PATHSEP)$(PYTHONPATH)$(PATHSEP)$(EGGSPATH)"
|
||||||
|
|
||||||
.PHONY: make-version build
|
.PHONY: make-version build
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user