Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorinaldus399 authored Jul 28, 2021
1 parent 856776c commit b1b6188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VOSK_SOURCES= \
vosk_api.cc

CFLAGS=-g -O2 -std=c++17 -fPIC -DFST_NO_DYNAMIC_LINKING $(EXTRA_CFLAGS) \
-I. -I$(KALDI_ROOT)/src -I$(OPENFST_ROOT)/include #-I$(OPENBLAS_ROOT)/include
-I. -I$(KALDI_ROOT)/src -I$(OPENFST_ROOT)/include -I$(OPENBLAS_ROOT)/include

LIBS= \
$(KALDI_ROOT)/src/online2/kaldi-online2.a \
Expand Down

0 comments on commit b1b6188

Please sign in to comment.