Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
squirrel: fix link failure
  • Loading branch information
jacknagel committed May 28, 2014
1 parent da463a9 commit c4ad981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/squirrel.rb
Expand Up @@ -7,8 +7,9 @@ class Squirrel < Formula
sha1 '384d278630040902bc111d8b9fb607d4d4941904'

def install
# -s causes the linker to crash
inreplace "sq/Makefile", " -s ", " "
system "make"

This comment was marked as spam.

Copy link
@Pedro004-dot

Pedro004-dot Dec 22, 2020

install create git

prefix.install %w[bin include lib]
doc.install Dir['doc/*.pdf']
doc.install %w[etc samples]
Expand Down

0 comments on commit c4ad981

Please sign in to comment.