diff options
| author | Elliot Saba | 2013-08-21 10:27:12 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-27 20:30:56 -0700 |
| commit | c475420ec55e2f94ddf144ae77c4cf30097a8d5d (patch) | |
| tree | 7a6a08a8b0d051cf8750f3aaa15819d4a98d6a3d /Library/Formula | |
| parent | e85f5f52c0119624a50633b847a2352887df703d (diff) | |
| download | homebrew-c475420ec55e2f94ddf144ae77c4cf30097a8d5d.tar.bz2 | |
sundials: --enable-shared
Closes #22052.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sundials.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sundials.rb b/Library/Formula/sundials.rb index 15aa011d3..4a901c969 100644 --- a/Library/Formula/sundials.rb +++ b/Library/Formula/sundials.rb @@ -7,7 +7,7 @@ class Sundials < Formula def install system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}" + "--prefix=#{prefix}", "--enable-shared" system "make install" end end |
