diff options
Diffstat (limited to 'Library/Formula/wxpython.rb')
| -rw-r--r-- | Library/Formula/wxpython.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/wxpython.rb b/Library/Formula/wxpython.rb index e01e9e72f..d8ddcb84a 100644 --- a/Library/Formula/wxpython.rb +++ b/Library/Formula/wxpython.rb @@ -28,7 +28,7 @@ class Wxpython < Formula      args = [        "WXPORT=osx_cocoa",        # Reference our wx-config -      "WX_CONFIG=#{Formula["wxmac"].opt_prefix}/bin/wx-config", +      "WX_CONFIG=#{Formula["wxmac"].opt_bin}/wx-config",        # At this time Wxmac is installed Unicode only        "UNICODE=1",        # Some scripts (e.g. matplotlib) expect to `import wxversion`, which is | 
