Mac OS: Using snow leopard as build platform. PowerPC architecture no longer supported. SDK set to 10.5 (leopard) due to problems compiling boost. Hopefully still runs on 10.4 (tiger), but I cannot check...

This commit is contained in:
lotodore
2009-09-18 23:38:57 +00:00
parent c403640c4a
commit 8dbb11db92
6 changed files with 38 additions and 31 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#error This file is not for Windows.
#endif
#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
#if defined(__FreeBSD__) || defined(__NetBSD__)
#define HAVE_ICONV_CONST
#endif