1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix building v on alpine with musl libc

This commit is contained in:
Delyan Angelov
2019-08-28 19:26:18 +03:00
committed by Alexander Medvednikov
parent fed9f01b2d
commit c92654a044
2 changed files with 12 additions and 5 deletions

View File

@ -23,6 +23,8 @@ CommonCHeaders = '
#ifdef __linux__
#include <execinfo.h> // backtrace and backtrace_symbols_fd
#pragma weak backtrace
#pragma weak backtrace_symbols_fd
#endif
#ifdef __linux__