parent
ca192b0a71
commit
efc5d97a00
1 changed files with 3 additions and 5 deletions
|
@ -8,11 +8,9 @@ class Libstfl < Formula
|
|||
def patches; DATA; end
|
||||
|
||||
def install
|
||||
inreplace 'Makefile',
|
||||
'export CC = gcc -pthread',
|
||||
"export CC = #{ENV.cc} -pthread"
|
||||
|
||||
system "make install"
|
||||
system "make", "install",
|
||||
"CC=#{ENV.cc} -pthread",
|
||||
"prefix=#{prefix}"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue