geos: rubocop tweaks.
This commit is contained in:
parent
33b6a45ca0
commit
e1c0738191
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ class Geos < Formula
|
|||
|
||||
# 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 = [
|
||||
|
|
Loading…
Reference in a new issue