From 11775e18a25a84609ecd3f123380ccaebe00259e Mon Sep 17 00:00:00 2001 From: Chanikya Prakash Gettiboina Date: Thu, 6 Jun 2024 23:11:24 +0530 Subject: [PATCH] Resolved library not found issue Signed-off-by: Chanikya Prakash Gettiboina --- inc/apps_std_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/apps_std_internal.h b/inc/apps_std_internal.h index 35450df..8706fb8 100644 --- a/inc/apps_std_internal.h +++ b/inc/apps_std_internal.h @@ -46,7 +46,7 @@ // Search path used by fastRPC to search skel library, .debugconfig and .farf files #ifndef DSP_SEARCH_PATH -#define DSP_SEARCH_PATH ";/usr/lib/rfsa/adsp;/vendor/lib/rfsa/adsp;" +#define DSP_SEARCH_PATH ";/usr/lib/rfsa/adsp;/vendor/lib/rfsa/adsp;/vendor/dsp;" #endif // Search path used by fastRPC for acdb path