From 8a3c7f5a269d285b7843323887505f6c1be2ca96 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:41:09 -0400 Subject: [PATCH] Update build.sh --- build.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.sh b/build.sh index 63d54cb..795fea6 100755 --- a/build.sh +++ b/build.sh @@ -10,9 +10,3 @@ fi # Build metacall brew recipe export HOMEBREW_NO_AUTO_UPDATE=1 brew install ./metacall.rb --build-from-source --overwrite -v - -# Build distributable binary using brew pkg -mkdir pkg && cd pkg -brew tap timsutton/formulae -brew install brew-pkg -brew pkg --with-deps --without-kegs metacall