From be46363b20bbb85d1f5fc89a5b43cf352b81daf7 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 21 Oct 2013 13:52:23 -0700 Subject: lynx: fix --with-ssl for Xcode-only Fixes #23423. --- Library/Formula/lynx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/lynx.rb b/Library/Formula/lynx.rb index 392e52cdb..68094bcf7 100644 --- a/Library/Formula/lynx.rb +++ b/Library/Formula/lynx.rb @@ -12,7 +12,7 @@ class Lynx < Formula "--disable-echo", "--with-zlib", "--with-bzlib", - "--with-ssl=/usr", + "--with-ssl=#{MacOS.sdk_path}/usr", "--enable-ipv6" system "make install" end -- cgit v1.2.3