input changes part4
[pcsx_rearmed.git] / Makefile.libretro
index e297bb6..831964f 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)
@@ -541,6 +541,7 @@ else ifeq ($(platform), emscripten)
    fpic    := -fPIC
    SHARED  := -shared -Wl,--no-undefined -Wl,--version-script=link.T
    CFLAGS += -DNO_DYLIB
+   DYNAREC =
    STATIC_LINKING = 1
 
 # Windows