diff options
Diffstat (limited to 'Library/Formula/libmikmod.rb')
| -rw-r--r-- | Library/Formula/libmikmod.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/libmikmod.rb b/Library/Formula/libmikmod.rb index cf3e34196..e53943fce 100644 --- a/Library/Formula/libmikmod.rb +++ b/Library/Formula/libmikmod.rb @@ -68,8 +68,7 @@ class Libmikmod < Formula # autoreconf w/glibtoolize will fix PIC flags, flat_namespace from 2005 era code. system "autoreconf -ivf" # An oos build is recommended in the documentation. - mkdir 'macbuild' - cd 'macbuild' do + mkdir 'macbuild' do system "../configure", *args system "make" system "make install" |
