bake icon indicating copy to clipboard operation
bake copied to clipboard

execinfo.h not supported on musl libc.

Open basicer opened this issue 2 years ago • 0 comments

I am creating a bake package for alpine linux, however musl lib-c doesn't provide execinfo.h.

This is a addressed in flecs by checking !defined(__GLIBC__). See https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/42563/diffs

basicer avatar Dec 22 '22 20:12 basicer