X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=91bf5773dadeea37f83983e45aee02f9400bb816;hb=6ce0b00a79f4fa7c4a1735be9f48bfbc644b080c;hp=0cc90ce88cec9e0caec9b3e666f94dc6f49afcc8;hpb=ba3814c189d3bd2332b66fb6c633a7d028e618fe;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index 0cc90ce8..91bf5773 100644 --- 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"