From 7b8c014b3b2a6682e9f9173f61bfa79c0d10be28 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Thu, 17 Oct 2024 12:31:06 -0700 Subject: [PATCH] mac: remove libvips --- install/local/install-scrypted-dependencies-mac.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/local/install-scrypted-dependencies-mac.sh b/install/local/install-scrypted-dependencies-mac.sh index 916be70019..e107c4cc75 100755 --- a/install/local/install-scrypted-dependencies-mac.sh +++ b/install/local/install-scrypted-dependencies-mac.sh @@ -40,8 +40,6 @@ echo "Installing Scrypted dependencies..." RUN_IGNORE xcode-select --install RUN brew update RUN_IGNORE brew install node@20 -# snapshot plugin and others -RUN brew install libvips # dlib RUN brew install cmake