diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gammu.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/gammu.rb b/Library/Formula/gammu.rb index 290047564..a7f5a4448 100644 --- a/Library/Formula/gammu.rb +++ b/Library/Formula/gammu.rb @@ -25,9 +25,11 @@ class Gammu < Formula system 'make install' python do chdir 'python' do - system "#{python.binary}", "setup.py", "build_ext", + system "#{python.binary}", "setup.py", + "build_ext", "--gammu-libs=#{lib}", - "--gammu-incs=#{include}/gammu install" + "--gammu-incs=#{include}/gammu", + "install" end end end |
