aboutsummaryrefslogtreecommitdiff
path: root/depends/funcs.mk
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2019-07-09 14:40:45 -0400
committerRussell Yanofsky <russ@yanofsky.org>2020-04-05 21:48:21 -0400
commitd6306466626635e6fee44385e6a688c8dc118eb5 (patch)
treeb0c0f6fd60032aca20533b6e74bae01a54ff0f3f /depends/funcs.mk
parente6e44eedd56ecaf59f3fabf8e07ab7dee0ddb1b6 (diff)
downloadbitcoin-d6306466626635e6fee44385e6a688c8dc118eb5.tar.xz
libmultiprocess depends build
Diffstat (limited to 'depends/funcs.mk')
-rw-r--r--depends/funcs.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/funcs.mk b/depends/funcs.mk
index a4434b5167..23ad9b1302 100644
--- a/depends/funcs.mk
+++ b/depends/funcs.mk
@@ -130,6 +130,7 @@ $(1)_config_env+=$($(1)_config_env_$(host_arch)_$(host_os)) $($(1)_config_env_$(
$(1)_config_env+=PKG_CONFIG_LIBDIR=$($($(1)_type)_prefix)/lib/pkgconfig
$(1)_config_env+=PKG_CONFIG_PATH=$($($(1)_type)_prefix)/share/pkgconfig
+$(1)_config_env+=CMAKE_MODULE_PATH=$($($(1)_type)_prefix)/lib/cmake
$(1)_config_env+=PATH=$(build_prefix)/bin:$(PATH)
$(1)_build_env+=PATH=$(build_prefix)/bin:$(PATH)
$(1)_stage_env+=PATH=$(build_prefix)/bin:$(PATH)