Skip to content

Commit 5996ca9

Browse files
committed
Also remove library on Linux
1 parent a2b1610 commit 5996ca9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts.d/50-openapv.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ ffbuild_dockerbuild() {
2121
make install
2222

2323
mv "$FFBUILD_PREFIX"/lib{/oapv/liboapv.a,}
24-
rm -r "$FFBUILD_PREFIX"/{bin,lib/oapv}
25-
rm "$FFBUILD_PREFIX"/include/oapv/oapv_exports.h
24+
rm -rf "$FFBUILD_PREFIX"/{bin,lib/oapv,include/oapv/oapv_exports.h,lib/liboapv.so*}
2625

2726
{
2827
echo "Libs.private: -lm"

0 commit comments

Comments
 (0)