Skip to content

Commit

Permalink
Fix misspell xevd to xeve in xeve shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Oct 20, 2024
1 parent 9a487e4 commit 14e2d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.d/50-xeve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ffbuild_dockerbuild() {
make -j$(nproc)
make install

mv "$FFBUILD_PREFIX"/lib/xevd/libxeve.a "$FFBUILD_PREFIX"/lib
mv "$FFBUILD_PREFIX"/lib/xeve/libxeve.a "$FFBUILD_PREFIX"/lib

if [[ $TARGET == win* ]]; then
rm "$FFBUILD_PREFIX"/bin/libxeve.dll
Expand Down

0 comments on commit 14e2d4d

Please sign in to comment.