mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Remove unknown flags from brew install for harfbuzz on travis
This commit is contained in:
@@ -103,7 +103,7 @@ install: |
|
|||||||
if [[ "$USE_BREW" == "1" ]]; then
|
if [[ "$USE_BREW" == "1" ]]; then
|
||||||
brew update;
|
brew update;
|
||||||
brew upgrade python;
|
brew upgrade python;
|
||||||
brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c --without-freetype;
|
brew install harfbuzz --without-graphite2 --without-icu4c --without-freetype;
|
||||||
brew install imagemagick
|
brew install imagemagick
|
||||||
brew install optipng
|
brew install optipng
|
||||||
brew install librsvg
|
brew install librsvg
|
||||||
|
|||||||
Reference in New Issue
Block a user