make: enable lightrec for psl1ght too
authornotaz <notasas@gmail.com>
Tue, 25 Jul 2023 17:43:59 +0000 (20:43 +0300)
committernotaz <notasas@gmail.com>
Tue, 25 Jul 2023 17:43:59 +0000 (20:43 +0300)
no idea if anything works though (untested)

Makefile.libretro

index e297bb6..262bd44 100644 (file)
@@ -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)