fix(Makefile): fix bottles order

This commit is contained in:
B.Melnik 2021-09-16 18:53:06 +03:00 committed by Iuri Matias
parent 71d709b256
commit 12eecd3195
1 changed files with 2 additions and 2 deletions

View File

@ -107,10 +107,10 @@ bottles/openssl:
bottles/pcre: bottles/openssl
./scripts/fetch-brew-bottle.sh pcre
bottles/hunspell: bottles/hunspell
bottles/hunspell: bottles/pcre
./scripts/fetch-brew-bottle.sh hunspell
bottles: bottles/openssl bottles/pcre bottles/hunspell
bottles: bottles/hunspell
endif
deps: | deps-common bottles