sahib / glyr

Glyr is a music related metadata searchengine, both with commandline interface and C API
GNU Lesser General Public License v3.0
248 stars 23 forks source link

Link with libexecinfo if needed, for backtrace #94

Closed danyspin97 closed 4 years ago

danyspin97 commented 4 years ago

In some platforms (such as musl based), execinfo.h is not provided by default but it is instead provided by libexecinfo.

Automatically understand if linking with this library is needed. It does not affect glibc based systems.

sahib commented 4 years ago

Thanks @DanySpin97.