mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
mmap still won't compile for Windows
This commit is contained in:
parent
265898dbd4
commit
fa93c11d7b
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user