From 9361859b71a596dd3794e052f4c5cc700d06a5bd Mon Sep 17 00:00:00 2001 From: "tuan.nguyen" Date: Mon, 5 Feb 2024 16:52:50 +0700 Subject: [PATCH] [testing] Downgrade openfst version to 1.7.9 to fix build error in vosk-android sdk. --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 1ab7bbb8d47..ea6d8291418 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,7 +9,7 @@ WGET ?= wget # Note: OpenFst requires a relatively recent C++ compiler with C++17 support, # e.g. g++ >= 4.7, Apple clang >= 5.0 or LLVM clang >= 3.3. -OPENFST_VERSION ?= 1.8.0 +OPENFST_VERSION ?= 1.7.9 CUB_VERSION ?= 1.8.0 # No '?=', since there exists only one version of sph2pipe. SPH2PIPE_VERSION = 2.5