parent
afd0ad56c1
commit
765455a292
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Neon < Formula
|
|||
"--with-ssl",
|
||||
]
|
||||
if build.with? 'brewed-openssl'
|
||||
args << "--with-libs=#{Formula['openssl']/opt_prefix}"
|
||||
args << "--with-libs=#{Formula['openssl'].opt_prefix}"
|
||||
end
|
||||
system "./configure", *args
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue