From: notaz Date: Tue, 25 Jul 2023 17:43:59 +0000 (+0300) Subject: make: enable lightrec for psl1ght too X-Git-Tag: r24l~278 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43cb60ce6554566358bcea86f8df56c05316020b;p=pcsx_rearmed.git make: enable lightrec for psl1ght too no idea if anything works though (untested) --- diff --git a/Makefile.libretro b/Makefile.libretro index e297bb6d..262bd444 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -268,7 +268,7 @@ else ifeq ($(platform), psl1ght) NO_PTHREAD := 1 LIBPTHREAD := LIBDL := - DYNAREC := 0 # missing sysconf() + NEED_SYSCONF := 1 # PSP else ifeq ($(platform), psp1)