From 9ab7ffd95b588d5c6f8993c238e88e9b6277629f Mon Sep 17 00:00:00 2001 From: Mac Chiang Date: Wed, 6 Sep 2023 03:30:46 -0400 Subject: [PATCH] audio: dts: create the dts library path. Signed-off-by: Mac Chiang --- src/audio/module_adapter/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/module_adapter/CMakeLists.txt b/src/audio/module_adapter/CMakeLists.txt index e803f78ba91a..5d90619921b8 100644 --- a/src/audio/module_adapter/CMakeLists.txt +++ b/src/audio/module_adapter/CMakeLists.txt @@ -65,7 +65,7 @@ if((NOT CONFIG_LIBRARY) OR CONFIG_LIBRARY_STATIC) if (CONFIG_DTS_CODEC_STUB) add_local_sources(sof module/dts/dts_stub.c) else() - sof_add_static_library(DtsCodec ${CMAKE_CURRENT_LIST_DIR}/lib/release/libdts-sof-interface-i32.a) + sof_add_static_library(DtsCodec ${CMAKE_CURRENT_LIST_DIR}/library/release/libdts-sof-interface-i32.a) endif() endif()