aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2015-12-17 16:43:56 -0500
committerLuke Dashjr <luke-jr+git@utopios.org>2015-12-22 04:37:46 +0000
commitde619a37fd18a17225c8a10b828fc61958abe4cf (patch)
treea300b9c044e341dc632ca8e311adc2479ced12dd /Makefile.am
parente611b6e3290ee08b5c77b6d68f906ce48cc5731d (diff)
downloadbitcoin-de619a37fd18a17225c8a10b828fc61958abe4cf.tar.xz
depends: Pass PYTHONPATH along to configure
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
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