diff --git a/backend/go/crispasr/Makefile b/backend/go/crispasr/Makefile index 390c5dfd395f..56518c674beb 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?=05e60432bcb5bc2113f8c395a41e86497c11504a +CRISPASR_VERSION?=13d54e110e1538e0f0bc3af0680b9ab246cfb48d SO_TARGET?=libgocrispasr.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF