You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build fails on musl due to usage of macros like _BEGIN_DECLS and _END_DECLS, you should replace them with something like #ifdef __cplusplus extern "C" { #endif for BEGIN_DECLS and #ifdef __cplusplus } #endif for END_DECLS
The text was updated successfully, but these errors were encountered:
Build fails on musl due to usage of macros like _BEGIN_DECLS and _END_DECLS, you should replace them with something like
#ifdef __cplusplus extern "C" { #endif
for BEGIN_DECLS and#ifdef __cplusplus } #endif
for END_DECLSThe text was updated successfully, but these errors were encountered: