vte3: remove compiler flags found in the environment
This commit is contained in:
parent
aea450ce2d
commit
df86afadfc
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ class Vte3 < Formula
|
|||
nettle = Formula["nettle"]
|
||||
pango = Formula["pango"]
|
||||
pixman = Formula["pixman"]
|
||||
flags = (ENV.cflags || "").split + (ENV.cppflags || "").split + (ENV.ldflags || "").split
|
||||
flags += %W[
|
||||
flags = %W[
|
||||
-I#{atk.opt_include}/atk-1.0
|
||||
-I#{cairo.opt_include}/cairo
|
||||
-I#{fontconfig.opt_include}
|
||||
|
|
Loading…
Reference in a new issue