From 624733c1a5b4a47e8f55148ea02bfab8f1f1c4b3 Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Mon, 11 Sep 2023 12:27:01 -0400 Subject: [PATCH] brew uninstall webp on os x --- wheelbuild/config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/wheelbuild/config.sh b/wheelbuild/config.sh index 9ca0309..ef2f4d5 100644 --- a/wheelbuild/config.sh +++ b/wheelbuild/config.sh @@ -381,6 +381,7 @@ function build_libsharpyuv { && ninja sharpyuv) if [ -n "$IS_MACOS" ]; then + brew uninstall webp CP="sudo cp" MKDIR="sudo mkdir" else