mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue