Skip to content

Commit

Permalink
Added stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 19, 2024
1 parent bebd882 commit e8995a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ EOF
}

function build_libavif {
if [ -e libavif-stamp ]; then return; fi
install_rav1e
python3 -m pip install meson ninja

Expand Down Expand Up @@ -165,6 +166,7 @@ function build_libavif {
cp /usr/local/lib64/libavif.a /usr/local/lib
cp /usr/local/lib64/pkgconfig/libavif.pc /usr/local/lib/pkgconfig
fi
touch libavif-stamp
}

function build {
Expand Down

0 comments on commit e8995a8

Please sign in to comment.