Commit 695c12d6 authored by Sam Lantinga's avatar Sam Lantinga

SDL applications no longer need to link with Cocoa (unless they want to)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401985
parent c5da9eef
...@@ -2609,7 +2609,6 @@ fi ...@@ -2609,7 +2609,6 @@ fi
case "$ARCH" in case "$ARCH" in
macosx) macosx)
SDL_LIBS="$SDL_LIBS -Wl,-framework,Cocoa"
# Evil hack to allow static linking on Mac OS X # Evil hack to allow static linking on Mac OS X
SDL_STATIC_LIBS="\${exec_prefix}/lib/libSDL.a $EXTRA_LDFLAGS" SDL_STATIC_LIBS="\${exec_prefix}/lib/libSDL.a $EXTRA_LDFLAGS"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment