mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-25 03:12:38 +02:00
build: Fix capnp
package build for Android
This commit is contained in:
parent
e3c08eb620
commit
a413595c37
@ -6,8 +6,13 @@ $(package)_file_name=$(native_$(package)_file_name)
|
|||||||
$(package)_sha256_hash=$(native_$(package)_sha256_hash)
|
$(package)_sha256_hash=$(native_$(package)_sha256_hash)
|
||||||
$(package)_dependencies=native_$(package)
|
$(package)_dependencies=native_$(package)
|
||||||
|
|
||||||
|
define $(package)_set_vars :=
|
||||||
|
$(package)_config_opts := --with-external-capnp
|
||||||
|
$(package)_config_opts_android := --disable-shared
|
||||||
|
endef
|
||||||
|
|
||||||
define $(package)_config_cmds
|
define $(package)_config_cmds
|
||||||
$($(package)_autoconf) --with-external-capnp
|
$($(package)_autoconf)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_build_cmds
|
define $(package)_build_cmds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user