Skip to content

Commit

Permalink
fix: build wheels for aarch or arm
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelVRossi authored and fdintino committed Jul 3, 2024
1 parent 9d7e5b0 commit 180a59f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,8 @@ function build_libavif {
fi
which cmake
cmake --version
if [ "$PLAT" == "x86_64" ]; then
if [ -n "$IS_MACOS" ]; then
LIBAVIF_CMAKE_FLAGS+=(-DAVIF_CODEC_SVT=LOCAL)
elif [[ "$MB_ML_VER" != "1" ]]; then
LIBAVIF_CMAKE_FLAGS+=(-DAVIF_CODEC_SVT=LOCAL)
fi
if [ "$MB_ML_VER" != "1" ]; then
LIBAVIF_CMAKE_FLAGS+=(-DAVIF_CODEC_SVT=LOCAL)
fi

build_rav1e
Expand Down

0 comments on commit 180a59f

Please sign in to comment.