mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
create: add commented out resource block if --python
This commit is contained in:
parent
7b1288f658
commit
3eef564beb
@ -114,6 +114,14 @@ module Homebrew
|
|||||||
# depends_on "cmake" => :build
|
# depends_on "cmake" => :build
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
<% if mode == :python %>
|
||||||
|
# Additional Python dependency
|
||||||
|
# resource "" do
|
||||||
|
# url ""
|
||||||
|
# sha256 ""
|
||||||
|
# end
|
||||||
|
|
||||||
|
<% end %>
|
||||||
def install
|
def install
|
||||||
# ENV.deparallelize # if your formula fails when building in parallel
|
# ENV.deparallelize # if your formula fails when building in parallel
|
||||||
<% if mode == :cmake %>
|
<% if mode == :cmake %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user