mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +03:00
17 lines
575 B
Diff
17 lines
575 B
Diff
diff --git a/src/Makefile b/src/Makefile
|
|
index cd697b1..cfa9714 100644
|
|
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -55,9 +55,9 @@ ifeq ($(USE_SHARED), 0)
|
|
$(KALDI_ROOT)/src/matrix/kaldi-matrix.a \
|
|
$(KALDI_ROOT)/src/fstext/kaldi-fstext.a \
|
|
$(KALDI_ROOT)/src/util/kaldi-util.a \
|
|
- $(KALDI_ROOT)/src/base/kaldi-base.a \
|
|
- $(OPENFST_ROOT)/lib/libfst.a \
|
|
- $(OPENFST_ROOT)/lib/libfstngram.a
|
|
+ $(KALDI_ROOT)/src/base/kaldi-base.a
|
|
+ LDFLAGS += \
|
|
+ -lfst -lfstngram
|
|
else
|
|
LDFLAGS += \
|
|
-L$(KALDI_ROOT)/libs \
|