mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Never define JUCE_SUPPORT_CARBON on iOS
This commit is contained in:
parent
01c73ff0a6
commit
c552872fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@
|
|||
// #error "You need to set either the JUCE_PLUGINHOST_AU and/or JUCE_PLUGINHOST_VST and/or JUCE_PLUGINHOST_VST3 flags if you're using this module!"
|
||||
#endif
|
||||
|
||||
#if ! (defined (JUCE_SUPPORT_CARBON) || JUCE_64BIT)
|
||||
#if ! (defined (JUCE_SUPPORT_CARBON) || JUCE_64BIT || JUCE_IOS)
|
||||
#define JUCE_SUPPORT_CARBON 1
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue