cairo: remove compiler flags found in the environment
This commit is contained in:
parent
04723580e2
commit
36b0518457
1 changed files with 1 additions and 2 deletions
|
@ -80,8 +80,7 @@ class Cairo < Formula
|
|||
glib = Formula["glib"]
|
||||
libpng = Formula["libpng"]
|
||||
pixman = Formula["pixman"]
|
||||
flags = (ENV.cflags || "").split + (ENV.cppflags || "").split + (ENV.ldflags || "").split
|
||||
flags += %W[
|
||||
flags = %W[
|
||||
-I#{fontconfig.opt_include}
|
||||
-I#{freetype.opt_include}/freetype2
|
||||
-I#{gettext.opt_include}
|
||||
|
|
Loading…
Reference in a new issue