We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da463a9 commit c4ad981Copy full SHA for c4ad981
Formula/squirrel.rb
@@ -7,8 +7,9 @@ class Squirrel < Formula
7
sha1 '384d278630040902bc111d8b9fb607d4d4941904'
8
9
def install
10
+ # -s causes the linker to crash
11
+ inreplace "sq/Makefile", " -s ", " "
12
system "make"
-
13
prefix.install %w[bin include lib]
14
doc.install Dir['doc/*.pdf']
15
doc.install %w[etc samples]
0 commit comments