*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40582
This commit is contained in:
Sam Lantinga 2003-01-26 11:41:37 +00:00
parent dc74b15514
commit 957ff24457
2 changed files with 3 additions and 1 deletions

View file

@ -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])

View file

@ -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
;; ;;