Skip to content

Commit

Permalink
gtkmm3: 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 2868103 commit 11e11d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/gtkmm3.rb
Expand Up @@ -51,8 +51,7 @@ class MyLabel : public Gtk::Label {
pango = Formula["pango"]
pangomm = Formula["pangomm"]
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#{atkmm.opt_include}/atkmm-1.6
-I#{cairo.opt_include}/cairo
Expand Down

0 comments on commit 11e11d1

Please sign in to comment.