Skip to content
Snippets Groups Projects
Commit 5a0016bf authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

fix: dependencies for iOS and macOS

This patch removes options for dependencies installation for macOS
and iOS because homebrew does not support options anymore.

Change-Id: Ibe75a318a24a740eb259e0999539a7491860fa58
parent e8356735
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ BREW_UNLINK_SCRIPT = [
BREW_INSTALL_SCRIPT = [
'brew update',
'brew install -y %(packages)s',
'brew install %(packages)s',
'brew link --force --overwrite %(packages)s'
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment