runtime: fix libunwind to compatible with homebrew linux
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#if defined(__linux__)
|
||||
#define UNW_LOCAL_ONLY
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <features.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user