mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
VST3 SDK update for NetBSD (#9886)
This commit is contained in:
parent
728e0c0144
commit
b4bf87725e
2 changed files with 16 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// LINUX
|
||||
//-----------------------------------------------------------------------------
|
||||
#elif __gnu_linux__ || __linux__
|
||||
#elif __gnu_linux__ || __linux__ || __FreeBSD__ || __NetBSD__ || __OpenBSD__
|
||||
#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