Fail build if wrong macOS target used, fix macOS AU (missing fftw)

This commit is contained in:
falkTX 2022-05-15 01:16:23 +01:00
parent 879d0862d8
commit ec7e6b231e
4 changed files with 18 additions and 3 deletions

View file

@ -17,6 +17,11 @@
#include <juce_audio_processors/juce_audio_processors.h>
#include <AvailabilityMacros.h>
#if MAC_OS_X_VERSION_MAX_ALLOWED > 101200
#error unwanted macOS version, too new
#endif
#define createPlugin createStaticPlugin
#include "src/DistrhoPluginInternal.hpp"
#include "src/DistrhoUIInternal.hpp"