Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
*** empty log message ***
- Loading branch information
Showing
with
3 additions
and
1 deletion.
-
+2
−1
ltconfig
-
+1
−0
ltmain.sh
|
@@ -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]) |
|
|
|
@@ -953,6 +953,7 @@ compiler." |
|
|
;; |
|
|
framework) |
|
|
linkopts="$linkopts -framework $arg" |
|
|
compile_command="$compile_command -framework $arg" |
|
|
prev= |
|
|
continue |
|
|
;; |
|
|