Skip to content

Commit

Permalink
watch: fix bad compiler flag
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#32880.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
matope authored and jacknagel committed Oct 2, 2014
1 parent 6537945 commit df00bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/watch.rb
Expand Up @@ -9,7 +9,7 @@ class Watch < Formula
conflicts_with 'visionmedia-watch'

def install
system "make", "watch", "PKG_LDFLAGS=-Wl"
system "make", "watch", "PKG_LDFLAGS="
bin.install "watch"
man1.install "watch.1"
end
Expand Down

0 comments on commit df00bac

Please sign in to comment.