now TFE builds on OSX, too

This commit is contained in:
Daniel Gibson 2016-04-21 17:46:44 +02:00
parent 2a58209487
commit a28a7bb00f

View File

@ -38,6 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifdef PLATFORM_UNIX /* rcg10042001 */ #ifdef PLATFORM_UNIX /* rcg10042001 */
#include "SDL_assert.h" #include "SDL_assert.h"
#define _assert(x, y, z) SDL_assert(0) #define _assert(x, y, z) SDL_assert(0)
#include <signal.h> // raise()
#endif #endif