mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
dtoolbase: The bug in question is glibc-specific, treat it as such.
This commit is contained in:
parent
32e1ca2252
commit
314cee133a
@ -123,7 +123,7 @@
|
||||
|
||||
// This is a workaround for a glibc bug that is triggered by clang when
|
||||
// compiling with -ffast-math.
|
||||
#ifdef __clang__
|
||||
#if defined(__clang__) && defined(__GLIBC__)
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef __extern_always_inline
|
||||
#define __extern_always_inline extern __always_inline
|
||||
|
Loading…
x
Reference in New Issue
Block a user