From 073aae307e4792f0afbf1c01a7f1b1640c08a1f0 Mon Sep 17 00:00:00 2001 From: bjarni Date: Fri, 9 Dec 2005 13:07:21 +0000 Subject: (svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash --- unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix.c') diff --git a/unix.c b/unix.c index fd20e3715..d5eaf0272 100644 --- a/unix.c +++ b/unix.c @@ -434,7 +434,7 @@ void ShowInfo(const char *str) void ShowOSErrorBox(const char *buf) { -#if defined(__APPLE__) +#if defined(__APPLE__) && !defined(JAGUAR_CROSSCOMPILE) // this creates an NSAlertPanel with the contents of 'buf' // this is the native and nicest way to do this on OSX ShowMacDialog( buf, "See readme for more info\nMost likely you are missing files from the original TTD", "Quit" ); -- cgit v1.2.3-54-g00ecf