mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
build: Specify native binaries explicitly when building capnp
package
From `configure --help`: --with-external-capnp use the system capnp binary (or the one specified with $CAPNP) instead of compiling a new one (useful for cross-compiling)
This commit is contained in:
parent
a413595c37
commit
8b8edc25c1
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ $(package)_dependencies=native_$(package)
|
|||
|
||||
define $(package)_set_vars :=
|
||||
$(package)_config_opts := --with-external-capnp
|
||||
$(package)_config_opts += CAPNP="$$(native_capnp_prefixbin)/capnp"
|
||||
$(package)_config_opts += CAPNP_CXX="$$(native_capnp_prefixbin)/capnp-c++"
|
||||
$(package)_config_opts_android := --disable-shared
|
||||
endef
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue