mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 03:35:36 +00:00
windows: copy extra dependencies needed for Qt image formats
This commit is contained in:
parent
acbb99578c
commit
9e31b1fab5
@ -1052,6 +1052,7 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
|
||||
cp -v retroarch.exe windows/retroarch_debug.exe
|
||||
|
||||
(cd windows && windeployqt --release --no-patchqt --no-translations retroarch.exe)
|
||||
(cd windows && for i in $(seq 3); do for bin in $(ntldd -R imageformats/*dll | grep -i mingw | cut -d">" -f2 | cut -d" " -f2); do cp -vu "$bin" . ; done; done)
|
||||
|
||||
status=$?
|
||||
ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user