notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33a365
)
(Emscripten) remove NO_MMAP
author
twinaphex
<libretro@gmail.com>
Thu, 8 Sep 2016 10:51:52 +0000
(12:51 +0200)
committer
twinaphex
<libretro@gmail.com>
Thu, 8 Sep 2016 10:51:52 +0000
(12:51 +0200)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
3ea2b11
..
917c765
100644
(file)
--- 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