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:

committed by
Alexander Medvednikov

parent
fed9f01b2d
commit
c92654a044
@ -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__
|
||||
|
Reference in New Issue
Block a user