Skip to content

Commit

Permalink
geos: rubocop tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Oct 22, 2016
1 parent 33b6a45 commit e1c0738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/geos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def install

# https://trac.osgeo.org/geos/ticket/771
inreplace "configure" do |s|
s.gsub! /PYTHON_CPPFLAGS=.*/, %(PYTHON_CPPFLAGS="#{`python-config --includes`.strip}")
s.gsub! /PYTHON_LDFLAGS=.*/, %(PYTHON_LDFLAGS="-Wl,-undefined,dynamic_lookup")
s.gsub! /PYTHON_CPPFLAGS=.*/, %Q(PYTHON_CPPFLAGS="#{`python-config --includes`.strip}")
s.gsub! /PYTHON_LDFLAGS=.*/, 'PYTHON_LDFLAGS="-Wl,-undefined,dynamic_lookup"'
end

args = [
Expand Down

0 comments on commit e1c0738

Please sign in to comment.