Fix + OSX support.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1053 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -96,6 +96,10 @@ case "$OSNAME" in
|
||||
LIB_opengl_CFLAGS=""
|
||||
LIB_opengl_LDFLAGS="-lopengl32"
|
||||
;;
|
||||
Darwin)
|
||||
LIB_opengl_CFLAGS=""
|
||||
LIB_opengl_LDFLAGS="-framework OpenGL"
|
||||
;;
|
||||
*)
|
||||
LIB_opengl_CFLAGS=""
|
||||
LIB_opengl_LDFLAGS="-lGL"
|
||||
@@ -127,6 +131,6 @@ LIB_vorbisfile_VERSION=""
|
||||
|
||||
LIB_zlib_NAME="zlib"
|
||||
LIB_zlib_CFLAGS=""
|
||||
LIB_zlib_LDFLAGS=""
|
||||
LIB_zlib_LDFLAGS="-lz"
|
||||
LIB_zlib_VERSION=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user