From 744c1427e8126b0c3e231779ccfb66c218851cf4 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sun, 2 Apr 2023 20:58:52 +0800 Subject: [PATCH] =?UTF-8?q?gcc/clang=E7=BC=96=E8=AF=91=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E4=B8=8Bc=20sdk=20api=E5=AF=BC=E5=87=BA=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=8F=AF=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/include/mk_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/include/mk_common.h b/api/include/mk_common.h index e8871949..33a3790e 100755 --- a/api/include/mk_common.h +++ b/api/include/mk_common.h @@ -33,7 +33,7 @@ # endif # endif #elif !defined(GENERATE_EXPORT) -# define API_EXPORT +# define API_EXPORT __attribute__((visibility("default"))) #endif #ifdef __cplusplus