Skip to content

Commit

Permalink
pangox-compat: 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 e603c0a commit 5f8541e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/pangox-compat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ def install
gettext = Formula["gettext"]
glib = Formula["glib"]
pango = Formula["pango"]
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 5f8541e

Please sign in to comment.