mupdf-tools: fix for Xcode 11
Closes #46103. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
88785ee885
commit
8977ad5c6f
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ class MupdfTools < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
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