Switch back to Clang for Mac OS X compilation, and add a new legendary hack to ensure it still runs on Leopard.

This commit is contained in:
Bill Meltsner
2012-03-02 19:00:03 -05:00
parent 84634affd5
commit d5b89886b6
3 changed files with 45 additions and 2 deletions
+4
View File
@@ -72,6 +72,10 @@
# define NOMINMAX
#endif
#if defined(LOVE_MACOSX)
# define LOVE_LEGENDARY_LIBSTDCXX_HACK
#endif
// Autotools config.h
#ifdef HAVE_CONFIG_H
# include <../config.h>