Skip to content

Commit

Permalink
ansible: use lxml linker fix on older OS versions too. (#47016)
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganquinn authored and fxcoudert committed Nov 21, 2019
1 parent a788dac commit 30fd2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ansible.rb
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ def install
ENV.prepend_path "PATH", Formula["python"].opt_libexec/"bin"

# Fix "ld: file not found: /usr/lib/system/libsystem_darwin.dylib" for lxml
ENV["SDKROOT"] = MacOS.sdk_path if MacOS.version == :sierra
ENV["SDKROOT"] = MacOS.sdk_path if MacOS.version <= :sierra

# Work around Xcode 11 clang bug
# https://code.videolan.org/videolan/libbluray/issues/20
Expand Down

0 comments on commit 30fd2b6

Please sign in to comment.