Makefile for MacOS X. From Nic. (bug 697)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1680 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -23,7 +23,11 @@
|
||||
#if (USE_SDLAUDIO == 1)
|
||||
char AUDIO_TYPE[] = "SDL";
|
||||
|
||||
#include <SDL.h>
|
||||
#ifdef __APPLE__
|
||||
# include <SDL/SDL.h>
|
||||
#else
|
||||
# include <SDL.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
Reference in New Issue
Block a user