aboutsummaryrefslogtreecommitdiff
path: root/emulators/libretro-mame/files/patch-Makefile.libretro
blob: 0c7da5fc496a7d2c78dcda0d5d68b20053567b47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.libretro.orig	2022-01-24 21:33:37 UTC
+++ Makefile.libretro
@@ -61,6 +61,8 @@ endif
 
 ifeq ($(ARCH),x86)
 	PTR64 := 0
+else ifeq ($(ARCH),i386)
+	PTR64 := 0
 endif
 
 ###########################################################################