zsh: remove in-formula open_memstream workaround
ac_cv_func_open_memstream=no is now set by superenv for 10.12
This commit is contained in:
parent
216d39accb
commit
036faba73a
1 changed files with 0 additions and 6 deletions
|
@ -32,12 +32,6 @@ class Zsh < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Fix dyld: Symbol not found: _open_memstream
|
|
||||||
if MacOS.version == :sierra && MacOS::Xcode.installed? &&
|
|
||||||
MacOS::Xcode.version >= "9.0"
|
|
||||||
ENV["ac_cv_func_open_memstream"] = "no"
|
|
||||||
end
|
|
||||||
|
|
||||||
system "Util/preconfig" if build.head?
|
system "Util/preconfig" if build.head?
|
||||||
|
|
||||||
args = %W[
|
args = %W[
|
||||||
|
|
Loading…
Reference in a new issue