mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(CI): Revert reversal of 64-bit and 32-bit DLL search paths
Instroduced in 80a0a4ae62
, caught in post-merge
review here: https://github.com/qTox/qTox/pull/6483/files#r815294041
This commit is contained in:
parent
cd8af735fc
commit
ca4d4b8a98
|
@ -197,7 +197,7 @@ do
|
|||
WINE_DLL_DIR="/opt/wine-stable/lib/wine/i386-windows"
|
||||
elif [[ "$ARCH" == "x86_64" ]]
|
||||
then
|
||||
WINE_DLL_DIR="/opt/wine-stable/lib/wine/i386-windows /opt/wine-stable/lib64/wine/x86_64-windows"
|
||||
WINE_DLL_DIR="/opt/wine-stable/lib64/wine/x86_64-windows /opt/wine-stable/lib/wine/i386-windows"
|
||||
fi
|
||||
python3 /usr/local/bin/mingw-ldd.py $line --dll-lookup-dirs $QTOX_PREFIX_DIR $WINE_DLL_DIR --output-format tree >> dlls-required
|
||||
done < <(cat exes runtime-dlls)
|
||||
|
|
Loading…
Reference in New Issue
Block a user