mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Android/iOS: Avoid building LV2
This commit is contained in:
parent
a72f508a47
commit
cf8a2d93c0
5 changed files with 5 additions and 5 deletions
|
|
@ -23,7 +23,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#if JucePlugin_Build_LV2
|
||||
#if JucePlugin_Build_LV2 && (! (JUCE_ANDROID || JUCE_IOS))
|
||||
|
||||
#ifndef _SCL_SECURE_NO_WARNINGS
|
||||
#define _SCL_SECURE_NO_WARNINGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue