diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-11-30 17:07:33 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-11-30 17:07:33 -0500 |
| commit | ab18fea3500841fc312630d49ed6840b3aedb34d (patch) | |
| tree | 68042dfb40ede319cd4fc12cdf2096103a8ea274 /contrib/depends/funcs.mk | |
| parent | 36e94231e8a9b4a0272cad95d03032963b43b81c (diff) | |
| parent | 7430b9e7dceb6a464b0b35c22e8029cd49a5b23c (diff) | |
| download | monzero-core-0.17.3.0.tar.gz monzero-core-0.17.3.0.tar.xz monzero-core-0.17.3.0.zip | |
Merge pull request #8096v0.17.3.0
7430b9e Fix Android OpenSSL build (Howard Chu)
Diffstat (limited to 'contrib/depends/funcs.mk')
| -rw-r--r-- | contrib/depends/funcs.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/depends/funcs.mk b/contrib/depends/funcs.mk index ffda2b5b2..804125990 100644 --- a/contrib/depends/funcs.mk +++ b/contrib/depends/funcs.mk @@ -133,6 +133,11 @@ $(1)_config_env+=$($(1)_config_env_$(host_arch)) $($(1)_config_env_$(host_arch)_ $(1)_config_env+=$($(1)_config_env_$(host_os)) $($(1)_config_env_$(host_os)_$(release_type)) $(1)_config_env+=$($(1)_config_env_$(host_arch)_$(host_os)) $($(1)_config_env_$(host_arch)_$(host_os)_$(release_type)) +$(1)_build_env+=$$($(1)_build_env_$(release_type)) +$(1)_build_env+=$($(1)_build_env_$(host_arch)) $($(1)_build_env_$(host_arch)_$(release_type)) +$(1)_build_env+=$($(1)_build_env_$(host_os)) $($(1)_build_env_$(host_os)_$(release_type)) +$(1)_build_env+=$($(1)_build_env_$(host_arch)_$(host_os)) $($(1)_build_env_$(host_arch)_$(host_os)_$(release_type)) + $(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+=PATH="$(build_prefix)/bin:$(PATH)" |
