Skip to content

Commit

Permalink
libyuv fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Sep 11, 2023
1 parent f0f4bb9 commit 97cd7d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,11 @@ function build_libyuv {
-DBUILD_SHARED_LIBS=OFF \
-DCMAKE_BUILD_TYPE=Release \
"${cmake_flags[@]}" .. \
&& ninja install)
&& ninja libyuv)

cp libyuv-$LIBYUV_SHA/build/libyuv.a $BUILD_PREFIX/lib
cp -a libyuv-$LIBYUV_SHA/include/* $BUILD_PREFIX/include

group_end
touch libyuv-stamp
}
Expand Down

0 comments on commit 97cd7d7

Please sign in to comment.