restore __TIC_MACOSX__ define
This commit is contained in:
parent
cf98c17e5f
commit
f39f8ca08b
|
@ -29,15 +29,16 @@
|
||||||
#define TIC_BUILD_WITH_WREN 1
|
#define TIC_BUILD_WITH_WREN 1
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
|
// TODO: this disables macos config
|
||||||
# include "AvailabilityMacros.h"
|
# include "AvailabilityMacros.h"
|
||||||
# include "TargetConditionals.h"
|
# include "TargetConditionals.h"
|
||||||
# ifndef TARGET_OS_IPHONE
|
// # ifndef TARGET_OS_IPHONE
|
||||||
# undef __TIC_MACOSX__
|
# undef __TIC_MACOSX__
|
||||||
# define __TIC_MACOSX__ 1
|
# define __TIC_MACOSX__ 1
|
||||||
# if MAC_OS_X_VERSION_MIN_REQUIRED < 1060
|
# if MAC_OS_X_VERSION_MIN_REQUIRED < 1060
|
||||||
# error SDL for Mac OS X only supports deploying on 10.6 and above.
|
# error SDL for Mac OS X only supports deploying on 10.6 and above.
|
||||||
# endif /* MAC_OS_X_VERSION_MIN_REQUIRED < 1060 */
|
# endif /* MAC_OS_X_VERSION_MIN_REQUIRED < 1060 */
|
||||||
# endif /* TARGET_OS_IPHONE */
|
// # endif /* TARGET_OS_IPHONE */
|
||||||
#endif /* defined(__APPLE__) */
|
#endif /* defined(__APPLE__) */
|
||||||
|
|
||||||
#if defined(WIN32) || defined(_WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
|
#if defined(WIN32) || defined(_WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
|
||||||
|
|
Loading…
Reference in New Issue