From 8289697e8da6f76975028d2a8e713d3924ab0f4e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 8 Sep 2016 12:51:52 +0200 Subject: [PATCH] (Emscripten) remove NO_MMAP --- Makefile.libretro | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 3ea2b11..917c765 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -360,7 +360,6 @@ else ifneq (,$(findstring armv,$(platform))) else ifeq ($(platform), emscripten) TARGET := $(TARGET_NAME)_libretro_$(platform).bc STATIC_LINKING = 1 - NO_MMAP = 1 DONT_COMPILE_IN_ZLIB = 1 # GCW0 -- 2.39.2