mirror of
https://github.com/libretro/libretro-super
synced 2025-02-10 06:40:32 +00:00
(MSYS2) Manually copy qwindows.dll from the Qt installation directory
This has not been tested.
This commit is contained in:
parent
9e31b1fab5
commit
d023654e69
@ -1051,6 +1051,9 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
|
|||||||
cp -v *.dll windows/
|
cp -v *.dll windows/
|
||||||
cp -v retroarch.exe windows/retroarch_debug.exe
|
cp -v retroarch.exe windows/retroarch_debug.exe
|
||||||
|
|
||||||
|
# TODO/FIXME: Workaround for a dependency (qt platform plugin) that is not listed by ntldd
|
||||||
|
cp -v /mingw64/share/qt5/plugins/platforms/qwindows.dll windows/
|
||||||
|
|
||||||
(cd windows && windeployqt --release --no-patchqt --no-translations retroarch.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)
|
(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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user