Skip to content

Commit

Permalink
Disable the Kaldi2 reader on GNU/Linux until it has a chance to be re…
Browse files Browse the repository at this point in the history
…factored.
  • Loading branch information
diyessi committed Sep 24, 2015
1 parent c7b4ffe commit 914932f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ KALDI2READER_SRC = \
KALDI2READER_OBJ := $(patsubst %.cpp, $(OBJDIR)/%.o, $(KALDI2READER_SRC))

KALDI2READER:=$(LIBDIR)/Kaldi2Reader.so
ALL+=$(KALDI2READER)
SRC+=$(KALDI2READER_SRC)
#ALL+=$(KALDI2READER)
#SRC+=$(KALDI2READER_SRC)

$(KALDI2READER): $(KALDI2READER_OBJ) | $(CNTKMATH_LIB)
@echo $(SEPARATOR)
Expand Down

0 comments on commit 914932f

Please sign in to comment.