diff ltmain.sh @ 581:844addcf125e

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 26 Jan 2003 11:41:37 +0000
parents 84acd4f134e7
children d0fecf67cd93
line wrap: on
line diff
--- a/ltmain.sh	Sun Jan 26 04:30:18 2003 +0000
+++ b/ltmain.sh	Sun Jan 26 11:41:37 2003 +0000
@@ -953,6 +953,7 @@
 	  ;;
 	framework)
 	  linkopts="$linkopts -framework $arg"
+	  compile_command="$compile_command -framework $arg"
 	  prev=
 	  continue
 	  ;;