aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/lpc21isp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lpc21isp.rb b/Library/Formula/lpc21isp.rb
index 4fcb08964..2fca76682 100644
--- a/Library/Formula/lpc21isp.rb
+++ b/Library/Formula/lpc21isp.rb
@@ -7,8 +7,8 @@ class Lpc21isp < Formula
version '1.83'
def install
- # Can't statically link on OSX, so we'll remove that from the Makefile
- inreplace 'Makefile', "CFLAGS += -Wall -static", "CFLAGS += -Wall"
+ # Can't statically link on OSX, so we'll remove that from the Makefile
+ inreplace 'Makefile', "CFLAGS += -Wall -static", "CFLAGS += -Wall"
system "make"
bin.install ["lpc21isp"]
end