Apparently libunistring is now already install by brew

This commit is contained in:
Kovid Goyal 2017-12-01 12:08:28 +05:30
parent cc23515a35
commit a4fe97c88c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -87,7 +87,6 @@ install: |
brew update;
brew install python3;
brew install glfw;
brew install libunistring;
brew install freetype;
brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c;
else