SanderMertens / bake

Bake, A build system for building, testing and running C & C++ projects
GNU General Public License v3.0
681 stars 53 forks source link

execinfo.h not supported on musl libc. #90

Open basicer opened 1 year ago

basicer commented 1 year ago

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