mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
fix building v on alpine with musl libc
This commit is contained in:
parent
fed9f01b2d
commit
c92654a044
2 changed files with 12 additions and 5 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue