From c644cf7bd72ef8856a30edb3e5b02b713af68bde Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Sat, 21 Mar 2026 20:09:03 +0000 Subject: [PATCH] :arrow_up: Update ace-step/acestep.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- backend/go/acestep-cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/acestep-cpp/Makefile b/backend/go/acestep-cpp/Makefile index 36df110cb33a..3dd68307d205 100644 --- a/backend/go/acestep-cpp/Makefile +++ b/backend/go/acestep-cpp/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # acestep.cpp version ACESTEP_REPO?=https://github.com/ace-step/acestep.cpp -ACESTEP_CPP_VERSION?=ab020a9aefcd364423e0665da12babc6b0c7b507 +ACESTEP_CPP_VERSION?=7326a7bea0c2037982ec924f7364e998df70450c SO_TARGET?=libgoacestepcpp.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF