asciidoc: point to python2 path (#32125)
This commit is contained in:
parent
2e5b4ba1d6
commit
3efbc9db14
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class Asciidoc < Formula
|
|||
depends_on "docbook"
|
||||
|
||||
def install
|
||||
ENV.prepend_path "PATH", "/System/Library/Frameworks/Python.framework/Versions/2.7/bin"
|
||||
ENV["XML_CATALOG_FILES"] = etc/"xml/catalog"
|
||||
|
||||
system "autoconf"
|
||||
|
|
Loading…
Reference in a new issue