We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c451e2 commit a979f2aCopy full SHA for a979f2a
tools/Makefile
@@ -121,6 +121,8 @@ sclite sctk_made: sctk/.compiled
121
122
sctk/.compiled: sctk
123
rm -f sctk/.compiled
124
+ sed -i -e '2s/^/#include <unistd.h>\n/' sctk/src/sclite/align.c
125
+ sed -i -e '99s/^/int TEXT_set_lang_prof(char *lprof);\n/' sctk/src/sclite/text.h
126
$(SCTK_MKENV) $(MAKE) -C sctk config
127
$(SCTK_MKENV) $(MAKE) -C sctk all doc
128
$(MAKE) -C sctk install
0 commit comments