# HG changeset patch # User Sam Lantinga # Date 1023564828 0 # Node ID 84acd4f134e73e7d3c8457c0c768aa95f466d901 # Parent 71fe0b713085661b992c2410a632f880a3983a29 *** empty log message *** diff -r 71fe0b713085 -r 84acd4f134e7 ltmain.sh --- a/ltmain.sh Tue Jun 04 22:30:40 2002 +0000 +++ b/ltmain.sh Sat Jun 08 19:33:48 2002 +0000 @@ -952,7 +952,7 @@ continue ;; framework) - deplibs="$deplibs -framework $arg" + linkopts="$linkopts -framework $arg" prev= continue ;;