free-audio / clap-juce-extensions

MIT License
149 stars 20 forks source link

Change XCODE_WARNING from =TRUE to =1 #143

Closed baconpaul closed 9 months ago

baconpaul commented 9 months ago

We defined the XCODE_WARNING flag =TRUE but juce defines it =1 in its headers and so with -Werror on macos you would get a -Wmacro-redefined with JUCE 7. Fix by changing =TRUE to =1