Skip to content

Commit

Permalink
node: use python3 from CLT since Catalina
Browse files Browse the repository at this point in the history
  • Loading branch information
tuzi3040 committed Nov 10, 2021
1 parent f0ca245 commit 259c72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Node < Formula
depends_on "libuv"
depends_on "openssl@3"

uses_from_macos "python", since: :catalina
uses_from_macos "zlib"

on_macos do
Expand All @@ -38,7 +39,6 @@ class Node < Formula

on_linux do
depends_on "gcc"
depends_on "[email protected]"
end

fails_with :clang do
Expand Down

0 comments on commit 259c72a

Please sign in to comment.