1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Make building with MinGW a compiler error

This commit is contained in:
tpoole 2024-11-22 11:14:10 +00:00
parent f0928ebd6e
commit 39b335ccef
5 changed files with 6 additions and 29 deletions

View file

@ -110,13 +110,7 @@
#endif
#ifdef __MINGW32__
#define JUCE_MINGW 1
#warning Support for MinGW has been removed. Please use an alternative compiler.
#ifdef __MINGW64__
#define JUCE_64BIT 1
#else
#define JUCE_32BIT 1
#endif
#error "MinGW is not supported. Please use an alternative compiler."
#endif
/** If defined, this indicates that the processor is little-endian. */