Skip to content
Snippets Groups Projects
Unverified Commit 2641082a authored by hexcoder's avatar hexcoder Committed by GitHub
Browse files

Fix -DUSEMMAP

parent cebbedd2
No related branches found
No related tags found
No related merge requests found
...@@ -67,12 +67,12 @@ ifeq "$(shell echo '$(HASH)include <sys/ipc.h>@$(HASH)include <sys/shm.h>@int ma ...@@ -67,12 +67,12 @@ ifeq "$(shell echo '$(HASH)include <sys/ipc.h>@$(HASH)include <sys/shm.h>@int ma
SHMAT_OK=1 SHMAT_OK=1
else else
SHMAT_OK=0 SHMAT_OK=0
override CFLAGS += -DUSEMMAP=1 override CFLAGS_SAFE += -DUSEMMAP=1
endif endif
ifeq "$(TEST_MMAP)" "1" ifeq "$(TEST_MMAP)" "1"
SHMAT_OK=0 SHMAT_OK=0
override CFLAGS += -DUSEMMAP=1 override CFLAGS_SAFE += -DUSEMMAP=1
endif endif
ifneq "$(shell uname -s)" "Haiku" ifneq "$(shell uname -s)" "Haiku"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment