This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 80505da579b50df821d279324664d79764ed806c Author: xuxin19 <[email protected]> AuthorDate: Wed May 14 21:51:53 2025 +0800 cmake(bugfix):remove unused libmad link in SIM build libmad has been ported into apps and does not require linking to the host. Signed-off-by: xuxin19 <[email protected]> --- arch/sim/src/sim/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sim/src/sim/CMakeLists.txt b/arch/sim/src/sim/CMakeLists.txt index 0f93510f38f..d1974959e05 100644 --- a/arch/sim/src/sim/CMakeLists.txt +++ b/arch/sim/src/sim/CMakeLists.txt @@ -137,7 +137,6 @@ if(CONFIG_SIM_SOUND_ALSA) list(APPEND SRCS posix/sim_alsa.c) list(APPEND SRCS sim_offload.c) list(APPEND STDLIBS asound) - list(APPEND STDLIBS mad) endif() # host sources ###############################################################
