From dd8b9fff6c14f0458a10398b76eeeec1fa955e55 Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Sun, 24 Sep 2006 20:18:19 +0000 Subject: [PATCH] missing bracket --- dtool/Package.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]]