watch: fix bad compiler flag
Closes Homebrew/homebrew#32880. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6537945334
commit
df00bacc30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue