diff --git a/dtool/Package.pp b/dtool/Package.pp index ca77d05ed6..77bdab272a 100644 --- a/dtool/Package.pp +++ b/dtool/Package.pp @@ -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]]]