mercurial: make --with-custom-python a no-op (#6764)
This commit is contained in:
parent
c4b0c868e8
commit
e97716978d
1 changed files with 1 additions and 5 deletions
|
@ -14,11 +14,7 @@ class Mercurial < Formula
|
|||
end
|
||||
|
||||
option "with-custom-python", "Install against the python in PATH instead of Homebrew's python"
|
||||
if build.with? "custom-python"
|
||||
depends_on :python
|
||||
else
|
||||
depends_on "python"
|
||||
end
|
||||
depends_on :python
|
||||
|
||||
def install
|
||||
system "make", "PREFIX=#{prefix}", "install-bin"
|
||||
|
|
Loading…
Reference in a new issue