diff options
| author | ono_matope | 2014-10-03 03:22:42 +0900 |
|---|---|---|
| committer | Jack Nagel | 2014-10-02 17:40:19 -0500 |
| commit | 3a13ea1daa337441e7c2d04aad028158f93bc48b (patch) | |
| tree | bcea78d06019254f1d4ac56e41cdb37c83578536 | |
| parent | 4baa24c2ccfda39ca2d00a4a26929318c39f72ea (diff) | |
| download | homebrew-3a13ea1daa337441e7c2d04aad028158f93bc48b.tar.bz2 | |
watch: fix bad compiler flag
Closes #32880.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/watch.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/watch.rb b/Library/Formula/watch.rb index 94838cd82..a8618183f 100644 --- a/Library/Formula/watch.rb +++ b/Library/Formula/watch.rb @@ -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 |
