From e70b05bf5b5954140cba227fc996ab24c064d494 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 12 Mar 2021 07:07:25 +0100 Subject: See if setting ABI to i686 works instead --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.libretro') diff --git a/Makefile.libretro b/Makefile.libretro index 5b96f41..b48532d 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -34,7 +34,7 @@ else OS :=Linux CC ?=gcc ifeq ($(ARCH),x86) - ABI := x86 + ABI := i686 else ABI := x86_64 endif -- cgit v1.2.3