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:
parent
b44508c174
commit
ae1eb0bbad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user