diff options
| author | 2021-12-12 02:56:18 -0700 | |
|---|---|---|
| committer | 2021-12-13 17:48:05 -0700 | |
| commit | 37f1c766135557387777c3a3f011f824c36015c5 (patch) | |
| tree | 6883b3b1a0b27af5b8fc945cb12c20b69e4af78c | |
| parent | ffmpeg: move the whole tree into externals/ffmpeg/ffmpeg ... (diff) | |
| download | yuzu-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.sh | 2 |
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 |
| 48 | EXTERNALS_PATH="$(pwd)/build/externals" | 48 | EXTERNALS_PATH="$(pwd)/build/externals" |
| 49 | FFMPEG_DLL_PATH="$(find ${EXTERNALS_PATH} -maxdepth 1 -type d | grep ffmpeg)/bin" | 49 | FFMPEG_DLL_PATH="$(find ${EXTERNALS_PATH} -maxdepth 1 -type d | grep ffmpeg)/ffmpeg/bin" |
| 50 | find ${FFMPEG_DLL_PATH} -type f -regex ".*\.dll" -exec cp -v {} package/ ';' | 50 | find ${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 |