Skip to content

Commit

Permalink
Try again of linux fix EVC scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Oct 20, 2024
1 parent 14e2d4d commit 4143493
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts.d/50-xevd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ffbuild_dockerbuild() {
rm "$FFBUILD_PREFIX"/bin/libxevd.dll
rm "$FFBUILD_PREFIX"/lib/libxevd.dll.a
elif [[ $TARGET == linux* ]]; then
rm "$FFBUILD_PREFIX"/bin/libxevd.so*
rm "$FFBUILD_PREFIX"/lib/libxevd.so*
fi
}
Expand Down
1 change: 0 additions & 1 deletion scripts.d/50-xeve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ffbuild_dockerbuild() {
rm "$FFBUILD_PREFIX"/bin/libxeve.dll
rm "$FFBUILD_PREFIX"/lib/libxeve.dll.a
elif [[ $TARGET == linux* ]]; then
rm "$FFBUILD_PREFIX"/bin/libxeve.so*
rm "$FFBUILD_PREFIX"/lib/libxeve.so*
fi
}
Expand Down

0 comments on commit 4143493

Please sign in to comment.