Skip to content

Commit

Permalink
llnode: use Python 3 for build (#47740)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed Dec 11, 2019
1 parent e4ce36a commit a8fdb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/llnode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Llnode < Formula
end

depends_on "node" => :build
depends_on "python@2" => :build
depends_on "python" => :build
depends_on :macos => :yosemite

resource "lldb" do
Expand Down

0 comments on commit a8fdb05

Please sign in to comment.