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:
parent
8e4277085a
commit
b29b45e8cd
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue