mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix typo in previous commit by incorrectly checking the OS X version
This commit is contained in:
parent
8ababdda53
commit
af9491caf9
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef JUCE_SUPPORTS_AUv3
|
||||
#if JUCE_COMPILER_SUPPORTS_VARIADIC_TEMPLATES && defined (MAC_OS_X_VERSION_MIN_REQUIRED) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_8) && __OBJC2__
|
||||
#if JUCE_COMPILER_SUPPORTS_VARIADIC_TEMPLATES && defined (MAC_OS_X_VERSION_MIN_REQUIRED) && (MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_8) && __OBJC2__
|
||||
#define JUCE_SUPPORTS_AUv3 1
|
||||
#else
|
||||
#define JUCE_SUPPORTS_AUv3 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue