fix(Makefile): fix bottles order
This commit is contained in:
parent
71d709b256
commit
12eecd3195
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue