Commit b7438b43 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Configure: recognize -framework as linker option [on Apple OSes].



This is handy for internal iOS tests, when you have to make it work
in sandbox.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent b98530d6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -743,6 +743,10 @@ while (@argvcopy)
			{
			$libs.=$_." ";
			}
		elsif (/^-framework$/)
			{
			$libs.=$_." ".shift(@argvcopy)." ";
			}
		elsif (/^-rpath$/ or /^-R$/)
			# -rpath is the OSF1 rpath flag
			# -R is the old Solaris rpath flag