missing bracket
This commit is contained in:
parent
ecd81372a3
commit
dd8b9fff6c
|
|
@ -63,7 +63,7 @@
|
|||
#define WINDOWS_PLATFORM $[or $[eq $[PLATFORM],Win32],$[eq $[PLATFORM],Cygwin]]
|
||||
|
||||
// True if we are building on some flavor of OS X.
|
||||
#define OSX_PLATFORM $[or $[eq $[PLATFORM],Darwin],$[eq $[PLATFORM],osxppc],$[eq $[PLATFORM],osxintel]
|
||||
#define OSX_PLATFORM $[or $[eq $[PLATFORM],Darwin],$[eq $[PLATFORM],osxppc],$[eq $[PLATFORM],osxintel]]
|
||||
|
||||
// True if we are building on some flavor of Unix.
|
||||
#define UNIX_PLATFORM $[and $[not $[WINDOWS_PLATFORM]],$[not $[OSX_PLATFORM]]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue