From ae1eb0bbadaf39c1a2f2b5a97a0664378d9247f8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 17 Feb 2021 20:38:26 +0100 Subject: [PATCH] Backport VST3/musl support -- GH #596 This will be overwritten with the identical upstream fix https://github.com/steinbergmedia/vst3_pluginterfaces/blob/master/base/fplatform.h#L98 with the next tools/update_vst3.sh run --- libs/vst3/pluginterfaces/base/fplatform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/vst3/pluginterfaces/base/fplatform.h b/libs/vst3/pluginterfaces/base/fplatform.h index 7db1c5d222..eb258a5e54 100644 --- a/libs/vst3/pluginterfaces/base/fplatform.h +++ b/libs/vst3/pluginterfaces/base/fplatform.h @@ -86,7 +86,7 @@ //----------------------------------------------------------------------------- // LINUX //----------------------------------------------------------------------------- -#elif __gnu_linux__ +#elif __gnu_linux__ || __linux__ #define SMTG_OS_LINUX 1 #define SMTG_OS_MACOS 0 #define SMTG_OS_WINDOWS 0