Skip to content

Commit 594bbf9

Browse files
committed
Remove fstfar and ngram from .pro
1 parent d71e6d4 commit 594bbf9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/cppwin/TensorflowTTSCppInference.pro

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ SOURCES += \
2929
TensorflowTTSCppInference/ext/ZCharScanner.cpp
3030

3131
INCLUDEPATH += $$PWD/deps/include
32-
LIBS += -L$$PWD/deps/lib -lfst -lfstfar -lfstngram -ltensorflow -lphonetisaurus
32+
LIBS += -L$$PWD/deps/lib -lfst -ltensorflow -lphonetisaurus
3333

3434
# GCC shits itself on memcp in AudioFile.hpp (l-1186) unless we add this
3535
QMAKE_CXXFLAGS += -fpermissive
3636

37-
# Stop ld from whining about LoadClusters
38-
QMAKE_CXXFLAGS += -Wl,-b,svr4,-z,multidefs
37+

0 commit comments

Comments
 (0)