aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-05-24 19:29:18 -0700
committerAdam Vandenberg2014-05-24 19:29:28 -0700
commit5ae59887f8a721d2c098b4835ecc70dd6932e95a (patch)
tree9be81a5abef4c06353706c58d70724f3c31517c4 /Library
parent0ce2774bc6a9d9589a571529b03d28ac9d993747 (diff)
downloadhomebrew-5ae59887f8a721d2c098b4835ecc70dd6932e95a.tar.bz2
easy-tag: put libxml python in path during build
Closes #29512.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/easy-tag.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/easy-tag.rb b/Library/Formula/easy-tag.rb
index a597764ad..036699b97 100644
--- a/Library/Formula/easy-tag.rb
+++ b/Library/Formula/easy-tag.rb
@@ -23,6 +23,7 @@ class EasyTag < Formula
depends_on "wavpack" => :optional
def install
+ ENV.append_path "PYTHONPATH", "#{Formula["libxml2"].lib}/python2.7/site-packages"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"