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
This commit is contained in:
Robin Gareus 2021-02-17 20:38:26 +01:00
parent b44508c174
commit ae1eb0bbad
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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