Skip to content

Commit

Permalink
fixup! fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Sep 11, 2023
1 parent e803def commit 9c24ee8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ function build_aom {

local cmake_flags=()

if [ -n "$IS_MACOS" ]; then
brew remove --ignore-dependencies aom php imagemagick libavif libheif gd composer
fi

fetch_unpack \
https://storage.googleapis.com/aom-releases/libaom-$AOM_VERSION.tar.gz

Expand Down Expand Up @@ -441,7 +437,7 @@ function build_libavif {
LIBAVIF_CMAKE_FLAGS=()

if [ -n "$IS_MACOS" ]; then
brew uninstall webp jpeg-xl
brew remove --ignore-dependencies webp jpeg-xl aom composer gd imagemagick libavif libheif php
fi

build_aom
Expand Down

0 comments on commit 9c24ee8

Please sign in to comment.