mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user