Merge pull request #6923 from dawidd6/create-go-updated
formula_creator: update go build args
This commit is contained in:
commit
040e291188
@ -137,7 +137,7 @@ module Homebrew
|
||||
"--disable-silent-rules",
|
||||
"--prefix=\#{prefix}"
|
||||
<% elsif mode == :go %>
|
||||
system "go", "build", "-o", "\#{bin}/\#{name}"
|
||||
system "go", "build", *std_go_args
|
||||
<% elsif mode == :meson %>
|
||||
mkdir "build" do
|
||||
system "meson", "--prefix=\#{prefix}", ".."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user