We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331354a commit 8cac43fCopy full SHA for 8cac43f
1 file changed
.github/workflows/wheels-dependencies.sh
@@ -125,11 +125,10 @@ function build_libavif {
125
local build_type=MinSizeRel
126
local lto=ON
127
128
- if [[ "$MB_ML_VER" == 2014 ]]; then
129
- build_type=Release
130
- fi
131
if [ -n "$IS_MACOS" ]; then
132
lto=OFF
+ elif [[ "$MB_ML_VER" == 2014 ]]; then
+ build_type=Release
133
fi
134
135
local out_dir=$(fetch_unpack https://github.com/AOMediaCodec/libavif/archive/refs/tags/v$LIBAVIF_VERSION.tar.gz libavif-$LIBAVIF_VERSION.tar.gz)
0 commit comments