aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lynx.rb2
1 files changed, 1 insertions, 1 deletions
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