gtk+3: remove compiler flags found in the environment
This commit is contained in:
parent
5a3f79c878
commit
a40e7c6a36
1 changed files with 1 additions and 2 deletions
|
@ -92,8 +92,7 @@ class Gtkx3 < Formula
|
||||||
libpng = Formula["libpng"]
|
libpng = Formula["libpng"]
|
||||||
pango = Formula["pango"]
|
pango = Formula["pango"]
|
||||||
pixman = Formula["pixman"]
|
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#{atk.opt_include}/atk-1.0
|
||||||
-I#{cairo.opt_include}/cairo
|
-I#{cairo.opt_include}/cairo
|
||||||
-I#{fontconfig.opt_include}
|
-I#{fontconfig.opt_include}
|
||||||
|
|
Loading…
Reference in a new issue