summaryrefslogtreecommitdiff
path: root/contrib/depends/Makefile
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2026-03-07 17:04:17 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2026-03-07 17:04:17 +0100
commit58468fc093d08f03ad5a4ccb26a8dc435cd848c4 (patch)
tree83aed5e96fdf2d4cbed807923c5191e72c14362d /contrib/depends/Makefile
parenta858a8aadfab418b6b284f19640f4c29b19678ef (diff)
all updated :o
Diffstat (limited to 'contrib/depends/Makefile')
-rw-r--r--contrib/depends/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile
index 0667624..a998193 100644
--- a/contrib/depends/Makefile
+++ b/contrib/depends/Makefile
@@ -2,8 +2,9 @@
HOST ?=
-PACKAGES = native/cmake,native/python@3.14,native/git,native/_,native/make,native/cmake-toolchain,icu4c,boost@1_90_0,zeromq,unbound,sodium,openssl,libiconv,zlib
-SIMPLYBS_HASH = f6eb673d26451799dfc9082761ae5c635b8878a0
+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 = 184235706c2665432304ef28b106da52807a9686
all: simplybs $(if $(HOST),sbs-build-$(HOST),)
@if [ -z "$(HOST)" ]; then \