1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Projucer: undef "linux" when using GCC to fix symbol collision when using the GNU extensions

This commit is contained in:
ed 2020-03-20 17:10:07 +00:00
parent 8e4277085a
commit b29b45e8cd

View file

@ -28,6 +28,11 @@
//==============================================================================
// The GCC extensions define linux somewhere in the headers, so undef it here...
#if JUCE_GCC
#undef linux
#endif
struct TargetOS
{
enum OS