mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
depends: protobuf: fix riscv64 build
This commit is contained in:
parent
9a78ede9d6
commit
1719df36de
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ define $(package)_set_vars
|
||||||
$(package)_config_opts+=-Dprotobuf_BUILD_SHARED_LIBS=OFF
|
$(package)_config_opts+=-Dprotobuf_BUILD_SHARED_LIBS=OFF
|
||||||
$(package)_config_opts+=-Dprotobuf_BUILD_PROTOC_BINARIES=OFF
|
$(package)_config_opts+=-Dprotobuf_BUILD_PROTOC_BINARIES=OFF
|
||||||
$(package)_config_opts+=-Dprotobuf_WITH_ZLIB=OFF
|
$(package)_config_opts+=-Dprotobuf_WITH_ZLIB=OFF
|
||||||
|
$(package)_config_opts+=-Dprotobuf_BUILD_LIBUPB=OFF
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_preprocess_cmds
|
define $(package)_preprocess_cmds
|
||||||
|
|
Loading…
Reference in a new issue