mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 15:24:39 +00:00
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…
x
Reference in New Issue
Block a user