Closed baconpaul closed 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
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