dev-cmd/create: add link to std_configure_args
This commit is contained in:
parent
3d391d6427
commit
9cc93154a0
@ -156,6 +156,7 @@ module Homebrew
|
|||||||
system "cmake", ".", *std_cmake_args
|
system "cmake", ".", *std_cmake_args
|
||||||
<% elsif mode == :autotools %>
|
<% elsif mode == :autotools %>
|
||||||
# Remove unrecognized options if warned by configure
|
# Remove unrecognized options if warned by configure
|
||||||
|
# https://rubydoc.brew.sh/Formula.html#std_configure_args-instance_method
|
||||||
system "./configure", *std_configure_args, "--disable-silent-rules"
|
system "./configure", *std_configure_args, "--disable-silent-rules"
|
||||||
<% elsif mode == :crystal %>
|
<% elsif mode == :crystal %>
|
||||||
system "shards", "build", "--release"
|
system "shards", "build", "--release"
|
||||||
@ -203,6 +204,7 @@ module Homebrew
|
|||||||
system "cargo", "install", *std_cargo_args
|
system "cargo", "install", *std_cargo_args
|
||||||
<% else %>
|
<% else %>
|
||||||
# Remove unrecognized options if warned by configure
|
# Remove unrecognized options if warned by configure
|
||||||
|
# https://rubydoc.brew.sh/Formula.html#std_configure_args-instance_method
|
||||||
system "./configure", *std_configure_args, "--disable-silent-rules"
|
system "./configure", *std_configure_args, "--disable-silent-rules"
|
||||||
# system "cmake", ".", *std_cmake_args
|
# system "cmake", ".", *std_cmake_args
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user