summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-01-29 07:31:44 +0100
committerDudemanguy <random342@airmail.cc>2023-01-31 14:50:26 +0000
commite4e3a8fc0bfca61dd5600bd1df13f59356a1a4e2 (patch)
tree262b17036ae979f2167d193fb7b72aabd7627e60 /ci
parent7151b5122a5a0d05ef62eae36be61570321f3fd0 (diff)
downloadmpv-e4e3a8fc0bfca61dd5600bd1df13f59356a1a4e2.tar.bz2
mpv-e4e3a8fc0bfca61dd5600bd1df13f59356a1a4e2.tar.xz
ci: pack mingw64 meson build instead of waf
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-mingw64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh
index d97e6ace4a..6ac2f262ed 100755
--- a/ci/build-mingw64.sh
+++ b/ci/build-mingw64.sh
@@ -217,7 +217,7 @@ fi
if [ "$2" = pack ]; then
mkdir -p artifact
echo "Copying:"
- cp -pv build_waf/mpv.{com,exe} "$prefix_dir/bin/"*.dll artifact/
+ cp -pv build/generated/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