Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisd8088 committed Dec 13, 2024
1 parent d415205 commit 84f8c80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/build-git
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ DIR="$1"
case $(uname -s) in
Darwin)
brew install zlib
brew link --force curl zlib
CURLDIR="$(curl-config --prefix)"
CURLDIR="$(brew --prefix curl)"
ZLIBDIR="$(brew --prefix zlib)";;
Linux)
export DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 84f8c80

Please sign in to comment.