Skip to content

Commit

Permalink
audio: dts: create the dts library path.
Browse files Browse the repository at this point in the history
Signed-off-by: Mac Chiang <[email protected]>
  • Loading branch information
macchian committed Sep 6, 2023
1 parent 3787ff7 commit 9ab7ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/module_adapter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 9ab7ffd

Please sign in to comment.