diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ntfs-3g.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ntfs-3g.rb b/Library/Formula/ntfs-3g.rb index d58a482b6..371fff356 100644 --- a/Library/Formula/ntfs-3g.rb +++ b/Library/Formula/ntfs-3g.rb @@ -25,8 +25,8 @@ class Ntfs3g < Formula "--prefix=#{prefix}", "--exec-prefix=#{prefix}", "--mandir=#{man}", - "--disable-library", "--with-fuse=external"] + system "./configure", *args system "make" system "make install" |
