mmap still won't compile for Windows

This commit is contained in:
twinaphex 2015-11-16 10:06:36 +01:00
parent 265898dbd4
commit fa93c11d7b

View File

@ -573,11 +573,6 @@ else
OBJ += gfx/video_texture_c.o
endif
ifneq ($(findstring Win32,$(OS)),)
DEFINES += -DHAVE_MMAP
OBJ += libretro-common/memmap/memmap.o
endif
ifeq ($(HAVE_GL_CONTEXT), 1)
DEFINES += -DHAVE_OPENGL -DHAVE_GLSL
OBJ += gfx/drivers/gl.o \