Browse Source

Enabled std::atomic for Android

tags/2021-05-28
jules 7 years ago
parent
commit
057bb262dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/system/juce_CompilerSupport.h

+ 1
- 1
modules/juce_core/system/juce_CompilerSupport.h View File

@@ -124,7 +124,7 @@
//==============================================================================
#if JUCE_ANDROID
#define JUCE_ATOMIC_AVAILABLE 0
#define JUCE_ATOMIC_AVAILABLE 1
#elif defined(_LIBCPP_VERSION)
#define JUCE_ATOMIC_AVAILABLE (_LIBCPP_VERSION >= 3700)
#elif defined (__GLIBCXX__)


Loading…
Cancel
Save