Skip to content

Commit

Permalink
azure-cli: fix for Xcode 11
Browse files Browse the repository at this point in the history
Closes #45102.

Signed-off-by: FX Coudert <[email protected]>
  • Loading branch information
fxcoudert committed Oct 19, 2019
1 parent b34aa2a commit 644b9f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/azure-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,10 @@ class AzureCli < Formula
end

def install
# 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

venv = virtualenv_create(libexec, "python3")
venv.pip_install resources

Expand Down

0 comments on commit 644b9f7

Please sign in to comment.