Skip to content

Commit 14965c6

Browse files
committed
Improve build command.
1 parent 8532653 commit 14965c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ curl -fsSLO https://raw.githubusercontent.com/metacall/homebrew/main/metacall.rb
1212

1313
# Build metacall brew recipe
1414
export HOMEBREW_NO_AUTO_UPDATE=1
15-
brew install --build-from-source --overwrite --verbose ./metacall.rb
15+
brew install --formula ./metacall.rb --build-from-source --verbose
1616

1717
# Build distributable binary using brew pkg
1818
function architecture() {

0 commit comments

Comments
 (0)