analog: audit fixes
Closes Homebrew/homebrew#48640. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>master
parent
e78ade146b
commit
346c3fdeaf
|
@ -22,7 +22,7 @@ class Analog < Formula
|
|||
def install
|
||||
system "make", "CC=#{ENV.cc}",
|
||||
"CFLAGS=#{ENV.cflags}",
|
||||
"DEFS='-DLANGDIR=\"#{share/"analog/lang/"}\"' -DHAVE_ZLIB",
|
||||
"DEFS='-DLANGDIR=\"#{pkgshare}/lang/\"' -DHAVE_ZLIB",
|
||||
"LIBS=-lz",
|
||||
"OS=OSX"
|
||||
|
||||
|
|
Loading…
Reference in New Issue