mupdf: fix for Xcode 11
This commit is contained in:
parent
58eca4c7e0
commit
88785ee885
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ class Mupdf < Formula
|
||||||
:because => "mupdf and mupdf-tools install the same binaries."
|
:because => "mupdf and mupdf-tools install the same binaries."
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
# Work around Xcode 11 clang bug
|
||||||
|
ENV.append_to_cflags "-fno-stack-check" if DevelopmentTools.clang_build_version >= 1010
|
||||||
|
|
||||||
system "make", "install",
|
system "make", "install",
|
||||||
"build=release",
|
"build=release",
|
||||||
"verbose=yes",
|
"verbose=yes",
|
||||||
|
|
Loading…
Reference in a new issue