Browse Source

Fix macos-old build

tags/v2.3.0-RC1
falkTX 3 years ago
parent
commit
e1fe556dab
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      source/backend/engine/CarlaEngine.cpp

+ 5
- 2
source/backend/engine/CarlaEngine.cpp View File

@@ -44,8 +44,11 @@
#include "water/xml/XmlDocument.h"
#include "water/xml/XmlElement.h"

#if defined(CARLA_OS_MAC) && defined(CARLA_OS_64BIT) && defined(HAVE_LIBMAGIC) && ! defined(BUILD_BRIDGE_ALTERNATIVE_ARCH)
# define ADAPT_FOR_APPLE_SILLICON
#ifdef CARLA_OS_MAC
# include "CarlaMacUtils.hpp"
# if defined(CARLA_OS_64BIT) && defined(HAVE_LIBMAGIC) && ! defined(BUILD_BRIDGE_ALTERNATIVE_ARCH)
# define ADAPT_FOR_APPLE_SILLICON
# endif
#endif

#include <map>


Loading…
Cancel
Save