diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2026-02-23 11:58:01 +0100 |
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2026-02-23 11:58:14 +0100 |
| commit | f8c89430797f2f8485488330194be7b32c7005c2 (patch) | |
| tree | a951b368a14146c629f10c0344ba181a27550716 | |
| parent | f2f69c7c46102c3a9b57e2d53bc1496e9fd8f3ab (diff) | |
| download | fiv-f8c89430797f2f8485488330194be7b32c7005c2.tar.gz fiv-f8c89430797f2f8485488330194be7b32c7005c2.tar.xz fiv-f8c89430797f2f8485488330194be7b32c7005c2.zip | |
Fix macos-configure.shorigin/masterorigin/HEAD
| -rwxr-xr-x | macos-configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macos-configure.sh b/macos-configure.sh index b7a87db..12d5004 100755 --- a/macos-configure.sh +++ b/macos-configure.sh @@ -13,7 +13,7 @@ # the fast float plugin, which is a bit of a big deal. # TODO: exiftool (Perl is part of macOS, at least for now) -HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_ASK=1 brew install +HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_ASK=1 brew install \ coreutils meson pkgconf shared-mime-info adwaita-icon-theme \ gtk+3 jpeg-xl libavif libheif libraw librsvg little-cms2 webp |
