diff options
Diffstat (limited to 'Library/Formula/hercules.rb')
| -rw-r--r-- | Library/Formula/hercules.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/hercules.rb b/Library/Formula/hercules.rb index 0c7b16b43..3ba860e0b 100644 --- a/Library/Formula/hercules.rb +++ b/Library/Formula/hercules.rb @@ -10,9 +10,8 @@ class Hercules <Formula def install # Since Homebrew optimizes for us, tell Hercules not to. # (It gets it wrong anyway.) - system "./configure", "--prefix=#{prefix}", - "--disable-debug", - "--disable-dependency-tracking", + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}", "--enable-optimization=no" system "make" system "make install" |
