lpc21isp: fix audit warnings

master
Adam Vandenberg 2012-09-07 09:21:16 -07:00
parent ece9ef7294
commit 09ee837985
1 changed files with 2 additions and 2 deletions

View File

@ -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