Skip to content

Commit c4ad981

Browse files
committed
squirrel: fix link failure
Fixes Homebrew/legacy-homebrew#29643.
1 parent da463a9 commit c4ad981

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/squirrel.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ class Squirrel < Formula
77
sha1 '384d278630040902bc111d8b9fb607d4d4941904'
88

99
def install
10+
# -s causes the linker to crash
11+
inreplace "sq/Makefile", " -s ", " "
1012
system "make"
11-
1213
prefix.install %w[bin include lib]
1314
doc.install Dir['doc/*.pdf']
1415
doc.install %w[etc samples]

0 commit comments

Comments
 (0)