torrentcheck: fix CFLAGS splitting.
This commit is contained in:
parent
d396feca06
commit
dfefdca6d1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Torrentcheck < Formula
|
|||
|
||||
def install
|
||||
inreplace "torrentcheck.c", "#include <malloc.h>", ""
|
||||
system ENV.cc, "torrentcheck.c", "sha1.c", "-o", "torrentcheck", *ENV.cflags.split
|
||||
system ENV.cc, "torrentcheck.c", "sha1.c", "-o", "torrentcheck", *ENV.cflags.to_s.split
|
||||
bin.install 'torrentcheck'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue