Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
glibmm: remove compiler flags found in the environment
  • Loading branch information
zmwangx authored and MikeMcQuaid committed Jul 20, 2016
1 parent 8fe03e3 commit cad8a45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/glibmm.rb
Expand Up @@ -36,8 +36,7 @@ def install
gettext = Formula["gettext"]
glib = Formula["glib"]
libsigcxx = Formula["libsigc++"]
flags = (ENV.cflags || "").split + (ENV.cppflags || "").split + (ENV.ldflags || "").split
flags += %W[
flags = %W[
-I#{gettext.opt_include}
-I#{glib.opt_include}/glib-2.0
-I#{glib.opt_lib}/glib-2.0/include
Expand Down

0 comments on commit cad8a45

Please sign in to comment.