Fix lib32 on x86_64.

This commit is contained in:
fewtarius 2023-03-04 20:50:26 -05:00
parent 6c79a26ecd
commit cadecda642
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 2 additions and 3 deletions

View file

@ -18,7 +18,7 @@ makeinstall_target() {
LDSO="ld-linux-armhf.so.3"
;;
x86_64)
LIBARCH="x86"
LIBARCH="i686"
LDSO="ld-linux.so.2"
;;
esac

View file

@ -22,7 +22,7 @@ PKG_UI="emulationstation es-themes"
PKG_SOFTWARE=""
PKG_COMPAT=""
PKG_COMPAT="lib32"
PKG_MULTIMEDIA="ffmpeg vlc"
@ -42,7 +42,6 @@ case "${PROJECT}" in
;;
*)
PKG_EMUS+=" retropie-shaders"
PKG_COMPAT+=" lib32"
;;
esac