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