ldns: cleanup python usage.
This commit is contained in:
parent
a11bc51f38
commit
b671d39d5d
1 changed files with 1 additions and 4 deletions
|
@ -26,10 +26,7 @@ class Ldns < Formula
|
|||
args << "--with-ssl=#{MacOS.sdk_path}/usr"
|
||||
end
|
||||
|
||||
if build.with? 'python'
|
||||
args << "--with-pyldns"
|
||||
ENV['PYTHON_SITE_PKG'] = python.site_packages
|
||||
end
|
||||
args << "--with-pyldns" if build.with? 'python'
|
||||
|
||||
system "./configure", *args
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue