aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/py2cairo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/py2cairo.rb b/Library/Formula/py2cairo.rb
index fcaa70a41..17d3016b2 100644
--- a/Library/Formula/py2cairo.rb
+++ b/Library/Formula/py2cairo.rb
@@ -25,7 +25,7 @@ class Py2cairo < Formula
# https://github.com/Homebrew/homebrew/issues/12893
# https://github.com/Homebrew/homebrew/issues/14781
# https://bugs.freedesktop.org/show_bug.cgi?id=51544
- ENV['LINKFLAGS'] = "-L#{%x(python-config --prefix).chomp}/lib"
+ ENV['LINKFLAGS'] = "-L#{%x(python-config --prefix).chomp}/lib/python2.7/config"
system "./waf", "configure", "--prefix=#{prefix}", "--nopyc", "--nopyo"
system "./waf", "install"
end