mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
Do our C++11 atomics build anywhere??
This commit is contained in:
parent
60fc8b4cbc
commit
e480d9de96
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
/* Defined externally, i.e. in config.h. */
|
||||
|
||||
|
||||
#elif !defined(HB_NO_MT) && defined(__ATOMIC_ACQUIRE)
|
||||
#elif !defined(HB_NO_MT) && defined(__ATOMIC_ACQUIRE) && 0
|
||||
|
||||
/* C++11-style GCC primitives. We prefer these as they don't require linking to libstdc++ / libc++. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue