summaryrefslogtreecommitdiff
path: root/contrib/depends/Makefile
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2026-05-08 21:43:24 -0400
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2026-05-08 21:43:24 -0400
commit57e6555a5c51d6ddc0f5fb6d2675bc7f38a59705 (patch)
tree2ba874d93d3a67610c7ee58c7aa3894ed58619d5 /contrib/depends/Makefile
parent15b46af9e2ad37edb79f7be5ea301206361d53b2 (diff)
trezor import/export/sign functionscyjan-twip2
Diffstat (limited to 'contrib/depends/Makefile')
-rw-r--r--contrib/depends/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile
index 92e9036..1a7ad47 100644
--- a/contrib/depends/Makefile
+++ b/contrib/depends/Makefile
@@ -3,8 +3,8 @@
HOST ?=
BOOST_VERSION ?= 1_90_0
-PACKAGES = native/cmake,native/python@3.14,native/git,native/_,native/make,native/cmake-toolchain,icu4c,boost@$(BOOST_VERSION),zeromq,unbound,sodium,openssl,libiconv,zlib
-SIMPLYBS_HASH = 0ea74cb120b06156ce16118f86dc5b7d23a93c46
+PACKAGES = native/protobuf,native/cmake,native/python@3.14,native/git,native/_,native/make,native/cmake-toolchain,icu4c,boost@$(BOOST_VERSION),zeromq,unbound,sodium,openssl,libiconv,zlib,protobuf
+SIMPLYBS_HASH = 8621f898aada59d15095a63e6b6746c69c2c5b76
all: simplybs $(if $(HOST),sbs-build-$(HOST),)
@if [ -z "$(HOST)" ]; then \