(Emscripten) remove NO_MMAP

This commit is contained in:
twinaphex
2016-09-08 12:51:52 +02:00
parent a33a365d78
commit 8289697e8d

View File

@@ -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