Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jun 17, 2024
1 parent 48b41b7 commit aa0809a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ wget https://raw.githubusercontent.com/metacall/homebrew/main/metacall.rb

export HOMEBREW_NO_AUTO_UPDATE=1

# Fix libuv manually as homebrew does not allow force linking via the formula
brew install libuv
brew link --overwrite libuv
# # Fix libuv manually as homebrew does not allow force linking via the formula
# brew install libuv
# brew link --overwrite libuv

# Build metacall brew recipe
brew install ./metacall.rb --build-from-source --overwrite -v
Expand Down

0 comments on commit aa0809a

Please sign in to comment.