aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fft.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fft.h b/src/fft.h
index 20fedcd..d05cd7e 100644
--- a/src/fft.h
+++ b/src/fft.h
@@ -37,6 +37,9 @@
#ifdef USE_OOURA
#include "ooura/fftsg.h"
#else
+ #ifndef __APPLE__
+ #error "The target platform is not an Apple one and USE_OOURA was not defined"
+ #endif
#include <Accelerate/Accelerate.h>
#endif