Fix Makefile for OSX
Bump base SDK from 10.5 -> 10.7 Just use the builtin __APPLE__
This commit is contained in:
parent
a40588c8b9
commit
398dea397c
22 changed files with 39 additions and 49 deletions
|
@ -106,7 +106,7 @@ char *basepath( char *fname )
|
|||
all and others do a terrible job (like calling malloc) */
|
||||
// -- ouch, that hurts -- ln
|
||||
/* always use the system memmove() on Mac OS X. --ryan. */
|
||||
#if !defined(MACOS_X) && !defined(_MSC_VER)
|
||||
#if !defined(__APPLE__) && !defined(_MSC_VER)
|
||||
#ifdef memmove
|
||||
#undef memmove
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue