Skip to content
Snippets Groups Projects
Unverified Commit 040e2911 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #6923 from dawidd6/create-go-updated

formula_creator: update go build args
parents d1bd48d0 519c46c5
No related branches found
No related tags found
No related merge requests found
......@@ -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}", ".."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment