diff options
| author | Adam Vandenberg | 2014-03-05 21:28:31 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-03-07 07:08:52 -0800 |
| commit | b0ae186a3dde2c47f1742b9125941792b46f42fd (patch) | |
| tree | 82fca9a30afd99916b0d03b4bd61d521bb52ea7a /Library/Formula/wxpython.rb | |
| parent | 4f3188bcef0dd96f9b010d199d903b02ed929295 (diff) | |
| download | homebrew-b0ae186a3dde2c47f1742b9125941792b46f42fd.tar.bz2 | |
use opt shortcuts
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 |
