Index: utils/objfw-compile ================================================================== --- utils/objfw-compile +++ utils/objfw-compile @@ -103,10 +103,14 @@ CPPFLAGS="$CPPFLAGS -D$1" ;; -D*) CPPFLAGS="$CPPFLAGS $1" ;; + -framework) + shift + LIBS="$LIBS -framework $1" + ;; -g*) OBJCFLAGS="$OBJCFLAGS $1" ;; -I) shift