mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 04:10:10 +01:00
glapi: Do not use backtrace on Cygwin.
execinfo.h is not available on Cygwin. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
8f0b81bf7d
commit
df0de93206
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ header = """/* GLXEXT is the define used in the xserver when the GLX extension i
|
|||
#endif
|
||||
|
||||
#if (defined(GLXEXT) && defined(HAVE_BACKTRACE)) \\
|
||||
|| (!defined(GLXEXT) && defined(DEBUG) && !defined(_WIN32_WCE))
|
||||
|| (!defined(GLXEXT) && defined(DEBUG) && !defined(_WIN32_WCE) && !defined(__CYGWIN__))
|
||||
#define USE_BACKTRACE
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue