summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar liushuyu2021-12-12 02:56:18 -0700
committerGravatar liushuyu2021-12-13 17:48:05 -0700
commit37f1c766135557387777c3a3f011f824c36015c5 (patch)
tree6883b3b1a0b27af5b8fc945cb12c20b69e4af78c
parentffmpeg: move the whole tree into externals/ffmpeg/ffmpeg ... (diff)
downloadyuzu-37f1c766135557387777c3a3f011f824c36015c5.tar.gz
yuzu-37f1c766135557387777c3a3f011f824c36015c5.tar.xz
yuzu-37f1c766135557387777c3a3f011f824c36015c5.zip
CI: fix MinGW installation step
Diffstat (limited to '')
-rwxr-xr-x.ci/scripts/windows/docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh
index 155d8a5c8..298421a1a 100755
--- a/.ci/scripts/windows/docker.sh
+++ b/.ci/scripts/windows/docker.sh
@@ -46,7 +46,7 @@ python3 .ci/scripts/windows/scan_dll.py package/imageformats/*.dll "package/"
46 46
47# copy FFmpeg libraries 47# copy FFmpeg libraries
48EXTERNALS_PATH="$(pwd)/build/externals" 48EXTERNALS_PATH="$(pwd)/build/externals"
49FFMPEG_DLL_PATH="$(find ${EXTERNALS_PATH} -maxdepth 1 -type d | grep ffmpeg)/bin" 49FFMPEG_DLL_PATH="$(find ${EXTERNALS_PATH} -maxdepth 1 -type d | grep ffmpeg)/ffmpeg/bin"
50find ${FFMPEG_DLL_PATH} -type f -regex ".*\.dll" -exec cp -v {} package/ ';' 50find ${FFMPEG_DLL_PATH} -type f -regex ".*\.dll" -exec cp -v {} package/ ';'
51 51
52# copy libraries from yuzu.exe path 52# copy libraries from yuzu.exe path