Skip to content

Commit

Permalink
v8: add comment for xcode dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Sep 20, 2024
1 parent 2fb0611 commit 04a8509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/v/v8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class V8 < Formula
end

depends_on "ninja" => :build
depends_on xcode: ["10.0", :build] # required by v8
depends_on xcode: ["10.0", :build] # for xcodebuild, min version required by v8

uses_from_macos "python" => :build

Expand Down

0 comments on commit 04a8509

Please sign in to comment.