rvsttd: enable TTS build (required for linking), fix unused var
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ if [ ! -f "${LIB_DIR}/libmoonshine.so" ]; then
|
||||
cmake "${SOURCE_DIR}/core" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DONNXRUNTIME_LIB_PATH="${ORT_LIB_DIR}/libonnxruntime.so.1" \
|
||||
-DMOONSHINE_TTS_BUILD_ONNX=OFF \
|
||||
-DMOONSHINE_TTS_BUILD_ONNX=ON \
|
||||
-DCMAKE_CXX_FLAGS="-I${SOURCE_DIR}/core/moonshine-tts/src"
|
||||
|
||||
make -j"$(nproc)" moonshine
|
||||
|
||||
Reference in New Issue
Block a user