From 4cd694b718ecf29551516b5686d2d553cc756c18 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 8 Jun 2002 19:33:48 +0000 Subject: [PATCH] *** empty log message *** --- ltmain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;