Skip to content

Commit b25b383

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
Allow Go from HOMEBREW_PREFIX
1 parent be376af commit b25b383

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Casks/review-goose.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
preflight do
1616
system_command "make",
1717
args: ["app-bundle"],
18-
chdir: staged_path
18+
chdir: staged_path,
19+
env: {
20+
"PATH" => "#{HOMEBREW_PREFIX}/bin:#{ENV["PATH"]}",
21+
}
1922
end
2023

2124
app "out/Review Goose.app"

0 commit comments

Comments
 (0)