Merge pull request #1137 from fewtarius/dev

Fix lib32 on x86_64.
This commit is contained in:
fewtarius 2023-03-04 20:51:05 -05:00 committed by GitHub
commit c95cd05937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

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

View file

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