Skip to content

Commit 4e1e740

Browse files
Add support for Cygwin in backtrace.c (#781)
1 parent 6c7ddd4 commit 4e1e740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/backtrace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#if defined(__GNUC__) && !defined(__MINGW32__) && !defined(__OpenBSD__) && \
66
!defined(__vita__) && !defined(__SWITCH__) && !defined(__ANDROID__) && \
7-
!defined(__HAIKU__) && !defined(__EMSCRIPTEN__) && \
7+
!defined(__HAIKU__) && !defined(__EMSCRIPTEN__) && !defined(__CYGWIN__) && \
88
(!defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) || __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 1050)
99

1010
#include <execinfo.h>

0 commit comments

Comments
 (0)