libchamplain: remove compiler flags found in the environment
This commit is contained in:
parent
b5db7ef93a
commit
454552c618
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ class Libchamplain < Formula
|
|||
libsoup = Formula["libsoup"]
|
||||
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#{clutter.opt_include}/clutter-1.0
|
||||
|
|
Loading…
Reference in a new issue