From 5829d5f594b1e1fc5a8b78be17afe5bb0878ee91 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 6 Mar 2026 12:06:40 +0100 Subject: wip --- contrib/depends/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/depends/Makefile') diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile index 32cca84..0667624 100644 --- a/contrib/depends/Makefile +++ b/contrib/depends/Makefile @@ -3,7 +3,7 @@ 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 = 0414efe7204404aa50911eaaeab885910c1ef313 +SIMPLYBS_HASH = f6eb673d26451799dfc9082761ae5c635b8878a0 all: simplybs $(if $(HOST),sbs-build-$(HOST),) @if [ -z "$(HOST)" ]; then \ @@ -11,7 +11,7 @@ all: simplybs $(if $(HOST),sbs-build-$(HOST),) exit 1; \ fi -.PHONY: simplybs sbs-build-% sps-cleanup +.PHONY: simplybs sbs-build-% sbs-cleanup sbs-cleanup: @rm -rf simplybs/_ -- cgit v1.2.3