Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to compile on musl libc due to usage of *DECLS* macros. #3

Open
oblivikun opened this issue Jun 9, 2024 · 0 comments
Open

Fails to compile on musl libc due to usage of *DECLS* macros. #3

oblivikun opened this issue Jun 9, 2024 · 0 comments

Comments

@oblivikun
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant