parent
3ffe4e604e
commit
f518350a53
|
@ -546,7 +546,7 @@ class Ansible < Formula
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# https://github.com/Homebrew/homebrew-core/issues/7197
|
# https://github.com/Homebrew/homebrew-core/issues/7197
|
||||||
ENV.prepend "CPPFLAGS", "-I#{MacOS.sdk.path}/usr/include/ffi"
|
ENV.prepend "CPPFLAGS", "-I#{MacOS.sdk_path}/usr/include/ffi"
|
||||||
|
|
||||||
inreplace "lib/ansible/constants.py" do |s|
|
inreplace "lib/ansible/constants.py" do |s|
|
||||||
s.gsub! "/usr/share/ansible", pkgshare
|
s.gsub! "/usr/share/ansible", pkgshare
|
||||||
|
|
Loading…
Reference in New Issue