X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=3edda6489b5799b91cabca9117ea3080259a85e2;hb=473f5cc63f9942866e01c7c84d151e8157cdb6ee;hp=dd896820657c16434636a99006f5af66332a2a71;hpb=edbb8178300717f1597ab41e62722e5683c39028;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index dd896820..3edda648 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -51,6 +51,9 @@ ifeq ($(platform), unix) TARGET := $(TARGET_NAME)_libretro.so fpic := -fPIC THREAD_RENDERING = 1 +ifeq ($(shell uname),Linux) + LIGHTREC_CUSTOM_MAP := 1 +endif ifneq ($(findstring SunOS,$(shell uname -s)),) CC = gcc endif @@ -92,6 +95,7 @@ else ifeq ($(platform), linux-portable) LIBDL := LIBM := NO_UNDEF_CHECK = 1 + LIGHTREC_CUSTOM_MAP := 1 # OS X else ifeq ($(platform), osx)