Browse Source

Don't use newlocale stuff on macOS

Fixes #1174

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
3c3f67054d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/utils/CarlaScopeUtils.hpp

+ 1
- 1
source/utils/CarlaScopeUtils.hpp View File

@@ -25,7 +25,7 @@
#include <algorithm>
#include <clocale>

#if defined(CARLA_PROPER_CPP11_SUPPORT) && ! defined(CARLA_OS_WIN) && ! defined(CARLA_OS_HAIKU)
#if ! (defined(CARLA_OS_HAIKU) || defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN))
# define CARLA_USE_NEWLOCALE
#endif



Loading…
Cancel
Save