diff --git a/ltmain.sh b/ltmain.sh index 636210779..5bc598705 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -952,7 +952,7 @@ compiler." continue ;; framework) - deplibs="$deplibs -framework $arg" + linkopts="$linkopts -framework $arg" prev= continue ;;