mupdf: fix for Xcode 11

This commit is contained in:
FX Coudert 2019-11-02 16:02:35 +09:00
parent 58eca4c7e0
commit 88785ee885

View file

@ -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",