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:
meep-eep
2003-07-15 18:29:34 +00:00
parent 8a1b8d3f88
commit faa5b83345
+5 -1
View File
@@ -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=""