Apparently libunistring is already installed by brew
This commit is contained in:
parent
ccc67b66c4
commit
868c1d634b
1 changed files with 0 additions and 1 deletions
|
|
@ -95,7 +95,6 @@ install: |
|
|||
if [[ "$USE_BREW" == "1" ]]; then
|
||||
brew update;
|
||||
brew install python3;
|
||||
brew install libunistring;
|
||||
brew install freetype;
|
||||
brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c;
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue