Browse Source

Fix build against old macos

Signed-off-by: falkTX <falktx@falktx.com>
pull/1658/merge
falkTX 6 months ago
parent
commit
b22143f28c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      source/discovery/carla-discovery.cpp

+ 5
- 0
source/discovery/carla-discovery.cpp View File

@@ -26,6 +26,11 @@
# ifdef __aarch64__
# include <spawn.h>
# endif
# ifndef __MAC_13_0
enum {
kAudioUnitType_SpeechSynthesizer = 'ausp',
};
# endif
#endif

#ifdef CARLA_OS_WIN


Loading…
Cancel
Save