From 59e42ea17823d5ab1a46808965d74a2b27a04ea4 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 3 Mar 2011 21:43:24 +0000 Subject: (svn r22177) -Fix: make sure the right endianness is chosen with cross-compiling, and strndup is available in the binary for more exotic platforms --- src/os/macosx/osx_stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/macosx') diff --git a/src/os/macosx/osx_stdafx.h b/src/os/macosx/osx_stdafx.h index 403269dbd..9c1b5b31d 100644 --- a/src/os/macosx/osx_stdafx.h +++ b/src/os/macosx/osx_stdafx.h @@ -32,7 +32,7 @@ #endif /* Check for mismatching 'architectures' */ -#if !defined(STRGEN) && ((__LP64__ && !defined(_SQ64)) || (!__LP64__ && defined(_SQ64))) +#if !defined(STRGEN) && !defined(SETTINGSGEN) && ((__LP64__ && !defined(_SQ64)) || (!__LP64__ && defined(_SQ64))) # error "Compiling 64 bits without _SQ64 set! (or vice versa)" #endif -- cgit v1.2.3-54-g00ecf