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
According to Musl's FAQ, `__BEGIN_DECLS` and `__END_DECLS` macros come from Glibc private headers. Because of that, we need to define them manually in case those aren't defined.
Additionally, for Musl we need to override `HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME`, for which a corresponding `#ifndef` was added in `config.h`.
0 commit comments