Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 31, 2024
1 parent 39b1221 commit ff3d838
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ if [[ $(command -v brew) == "" ]]; then
fi

# Build metacall brew
HOMEBREW_NO_AUTO_UPDATE=1 brew install ./metacall.rb --build-from-source -dv

# Fixing linking brew step
# See: https://github.com/Homebrew/brew/issues/1742
brew install ./metacall.rb --build-from-source -v || brew link --overwrite ./metacall.rb
HOMEBREW_NO_AUTO_UPDATE=1 brew install ./metacall.rb --build-from-source --overwrite -v

0 comments on commit ff3d838

Please sign in to comment.