aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vst/src/main.h')
-rw-r--r--externals/grill/vst/src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/vst/src/main.h b/externals/grill/vst/src/main.h
index 4e6ed877..65b03f3c 100644
--- a/externals/grill/vst/src/main.h
+++ b/externals/grill/vst/src/main.h
@@ -18,7 +18,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#error You need at least flext version 0.4.5
#endif
-#if FLEXT_OS == FLEXT_OS_WIN
+#if FLEXT_OS == FLEXT_OS_WIN || FLEXT_OS == FLEXT_OS_MAC
//
#else
#error Platform not supported!