rvsttd: enable TTS build (required for linking), fix unused var

This commit is contained in:
2026-08-13 10:52:25 +00:00
parent b842f8b1f1
commit b034ed15df
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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