Skip to content

Commit dbceab1

Browse files
committed
Another macOS build fix
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 4182b70 commit dbceab1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

distrho/src/jackbridge/JackBridge.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ typedef void* lib_t;
6262

6363
#if defined(HAVE_RTAUDIO) && (DISTRHO_PLUGIN_NUM_INPUTS + DISTRHO_PLUGIN_NUM_OUTPUTS) > 0
6464
// fix conflict between DGL and macOS names
65+
# define Fixed CoreFixed
6566
# define Point CorePoint
6667
# define Size CoreSize
6768
# ifdef __clang__
@@ -82,6 +83,7 @@ typedef void* lib_t;
8283
# ifdef __clang__
8384
# pragma clang diagnostic pop
8485
# endif
86+
# undef Fixed
8587
# undef Point
8688
# undef Size
8789
#endif

0 commit comments

Comments
 (0)