Skip to content

Commit

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

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

0 comments on commit 558c716

Please sign in to comment.