diff --git a/Formula/lynx.rb b/Formula/lynx.rb index 392e52cdb3..68094bcf75 100644 --- a/Formula/lynx.rb +++ b/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