*** empty log message ***

This commit is contained in:
Sam Lantinga
2003-01-26 11:41:37 +00:00
parent 454697a169
commit 88359c2f2a
2 changed files with 3 additions and 1 deletions

View File

@@ -2005,7 +2005,8 @@ darwin* | rhapsody*)
version_type=darwin
need_lib_prefix=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'
case "$host_os" in
rhapsody* | darwin1.[012])

View File

@@ -953,6 +953,7 @@ compiler."
;;
framework)
linkopts="$linkopts -framework $arg"
compile_command="$compile_command -framework $arg"
prev=
continue
;;