diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2015-12-17 16:43:56 -0500 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-12-22 04:37:46 +0000 |
commit | de619a37fd18a17225c8a10b828fc61958abe4cf (patch) | |
tree | a300b9c044e341dc632ca8e311adc2479ced12dd /Makefile.am | |
parent | e611b6e3290ee08b5c77b6d68f906ce48cc5731d (diff) |
depends: Pass PYTHONPATH along to configure
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4522784971..e293e4fc34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = src .PHONY: deploy FORCE GZIP_ENV="-9n" +export PYTHONPATH if BUILD_BITCOIN_LIBS pkgconfigdir = $(libdir)/pkgconfig |