Do not install curl with brew.
Because macOS already provides this software and installing another version in parallel can cause all kinds of trouble.
This commit is contained in:
parent
5589ad2072
commit
4fa9aca80d
|
@ -669,7 +669,7 @@ for:
|
|||
|
||||
sudo ln -s /usr/local /opt/local;
|
||||
|
||||
cache_tag=usr_local_2 # this can be modified to rebuild deps
|
||||
cache_tag=usr_local_3 # this can be modified to rebuild deps
|
||||
|
||||
cdir=$HOME/cache_dir
|
||||
cache_tar=$cdir/$cache_tag.tar
|
||||
|
@ -693,7 +693,7 @@ for:
|
|||
python3 ./scripts/treestate.py scan /usr/local usrlocal.json
|
||||
|
||||
brew update
|
||||
brew install coreutils ccache git openssl@1.1 pkg-config qbs curl cmake ninja poppler
|
||||
brew install coreutils ccache git openssl@1.1 pkg-config qbs cmake ninja poppler
|
||||
|
||||
# The build environment is now ready for use. We can complete
|
||||
# the rest of the process of creating the Homebrew archive
|
||||
|
|
Loading…
Reference in New Issue
Block a user