parent
00505f7c3f
commit
58e6048ebc
|
@ -598,6 +598,10 @@ class AnsibleAT28 < Formula
|
|||
# Fix "ld: file not found: /usr/lib/system/libsystem_darwin.dylib" for lxml
|
||||
ENV["SDKROOT"] = MacOS.sdk_path if MacOS.version == :sierra
|
||||
|
||||
# Work around Xcode 11 clang bug
|
||||
# https://code.videolan.org/videolan/libbluray/issues/20
|
||||
ENV.append_to_cflags "-fno-stack-check" if DevelopmentTools.clang_build_version >= 1010
|
||||
|
||||
# https://github.com/Homebrew/homebrew-core/issues/7197
|
||||
ENV.prepend "CPPFLAGS", "-I#{MacOS.sdk_path}/usr/include/ffi"
|
||||
|
||||
|
|
Loading…
Reference in New Issue