Skip to content

Commit

Permalink
clutter: remove compiler flags found in the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
zmwangx authored and MikeMcQuaid committed Jul 20, 2016
1 parent 5d353e8 commit d4ec65f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/clutter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ def install
libpng = Formula["libpng"]
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#{cogl.opt_include}/cogl
Expand Down

0 comments on commit d4ec65f

Please sign in to comment.