mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 13:51:14 +00:00
ci: update the mpv.com path
Following the previous commit, it will now be in build/player.
This commit is contained in:
parent
0bed2a2263
commit
7adb56ccd9
@ -211,7 +211,7 @@ meson compile -C build
|
||||
if [ "$2" = pack ]; then
|
||||
mkdir -p artifact
|
||||
echo "Copying:"
|
||||
cp -pv build/generated/mpv.com build/mpv.exe "$prefix_dir/bin/"*.dll artifact/
|
||||
cp -pv build/player/mpv.com build/mpv.exe "$prefix_dir/bin/"*.dll artifact/
|
||||
# ship everything and the kitchen sink
|
||||
shopt -s nullglob
|
||||
for file in /usr/lib/gcc/$TARGET/*-posix/*.dll /usr/$TARGET/lib/*.dll; do
|
||||
|
@ -23,5 +23,5 @@ meson setup build \
|
||||
-D vapoursynth=enabled \
|
||||
-D vulkan=enabled
|
||||
meson compile -C build
|
||||
cp ./build/generated/mpv.com ./build
|
||||
cp ./build/player/mpv.com ./build
|
||||
./build/mpv.com -v --no-config
|
||||
|
Loading…
Reference in New Issue
Block a user