Commit 957ff244 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40582
parent dc74b155
...@@ -2005,7 +2005,8 @@ darwin* | rhapsody*) ...@@ -2005,7 +2005,8 @@ darwin* | rhapsody*)
version_type=darwin version_type=darwin
need_lib_prefix=no need_lib_prefix=no
need_version=no need_version=no
deplibs_check_method='file_magic Mach-O dynamically linked shared library' #deplibs_check_method='file_magic Mach-O dynamically linked shared library'
deplibs_check_method='pass_all'
file_magic_cmd='/usr/bin/file -L' file_magic_cmd='/usr/bin/file -L'
case "$host_os" in case "$host_os" in
rhapsody* | darwin1.[012]) rhapsody* | darwin1.[012])
......
...@@ -953,6 +953,7 @@ compiler." ...@@ -953,6 +953,7 @@ compiler."
;; ;;
framework) framework)
linkopts="$linkopts -framework $arg" linkopts="$linkopts -framework $arg"
compile_command="$compile_command -framework $arg"
prev= prev=
continue continue
;; ;;
......
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