diff --git a/backend/go/crispasr/Makefile b/backend/go/crispasr/Makefile index f0531238c..65a4a784d 100644 --- a/backend/go/crispasr/Makefile +++ b/backend/go/crispasr/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # CrispASR version (release tag) CRISPASR_REPO?=https://github.com/CrispStrobe/CrispASR -CRISPASR_VERSION?=acc08e3bd3e5c17a3852115f3efa0e1ab30bc47a +CRISPASR_VERSION?=6b78932d09765406ba0e0154d95bc6289246ceee SO_TARGET?=libgocrispasr.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF