diff options
| author | Adam Vandenberg | 2014-02-25 07:48:12 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-25 20:29:09 -0800 |
| commit | 1160957b4ec7d409bd522fe44613500964fb4607 (patch) | |
| tree | 66ee1a9bbc7c0ed8d10d4a10373292181be17d97 /Library | |
| parent | 57d40aaab065d52163420284fdfd0ffb959dd50b (diff) | |
| download | homebrew-1160957b4ec7d409bd522fe44613500964fb4607.tar.bz2 | |
pyexiv2: use scons helper
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pyexiv2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pyexiv2.rb b/Library/Formula/pyexiv2.rb index 379ef65f9..cce22e688 100644 --- a/Library/Formula/pyexiv2.rb +++ b/Library/Formula/pyexiv2.rb @@ -15,7 +15,7 @@ class Pyexiv2 < Formula def install # this build script ignores CPPFLAGS, but it honors CXXFLAGS ENV.append "CXXFLAGS", ENV.cppflags - system "scons BOOSTLIB=boost_python-mt" + scons "BOOSTLIB=boost_python-mt" # let's install manually mv 'build/libexiv2python.dylib', 'build/libexiv2python.so' |
