Skip to content

Commit

Permalink
llnode: use DevelopmentTools.clang_build_version
Browse files Browse the repository at this point in the history
Partial fix for #20052.
  • Loading branch information
DomT4 authored and ilovezfs committed Oct 31, 2017
1 parent a109e64 commit f9ff2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/llnode.rb
Expand Up @@ -20,11 +20,11 @@ class Llnode < Formula
end

resource "lldb" do
if MacOS::Xcode.version >= "8.3"
if DevelopmentTools.clang_build_version >= 802
# lldb 390
url "https://github.com/llvm-mirror/lldb.git",
:revision => "d556e60f02a7404b291d07cac2f27512c73bc743"
elsif MacOS::Xcode.version >= "8.0"
elsif DevelopmentTools.clang_build_version >= 800
# lldb 360.1
url "https://github.com/llvm-mirror/lldb.git",
:revision => "839b868e2993dcffc7fea898a1167f1cec097a82"
Expand Down

0 comments on commit f9ff2df

Please sign in to comment.