mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-30 21:03:30 +00:00
Reduce brew install harfbuzz time on travis
This commit is contained in:
parent
c4f61de3fe
commit
b9b2570369
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ install: |
|
|||
brew install glfw;
|
||||
brew install libunistring;
|
||||
brew install freetype;
|
||||
brew install harfbuzz;
|
||||
brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c --without-cairo --with-freetype;
|
||||
else
|
||||
mkdir -p $SW;
|
||||
curl https://download.calibre-ebook.com/travis/kitty/osx.tar.xz | tar xJ -C $SW;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue