Update lightrec 20220911 (#687)
[pcsx_rearmed.git] / Makefile
index 0cc90ce..91bf577 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ OBJS += deps/lightning/lib/jit_disasm.o \
                deps/lightrec/reaper.o
 libpcsxcore/lightrec/mem.o: CFLAGS += -D_GNU_SOURCE
 ifeq ($(MMAP_WIN32),1)
-CFLAGS += -Iinclude/mman
+CFLAGS += -Iinclude/mman -I deps/mman
 OBJS += deps/mman/mman.o
 endif
 else ifeq "$(DYNAREC)" "ari64"