diff --git a/backend/go/crispasr/Makefile b/backend/go/crispasr/Makefile index 3a3538346..521578eb8 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?=301acd87b036764973b8bfba71e0a21818036d33 +CRISPASR_VERSION?=ab87fba65a4ade1ef30ccaa881458a0914aae557 SO_TARGET?=libgocrispasr.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF