Skip to content
Snippets Groups Projects
Commit a4564394 authored by deuce's avatar deuce
Browse files

Define __DARWIN__ instead of DARWIN

parent ab6df1d9
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ else
LFLAGS :=
else
ifeq ($(os),darwin) # Darwin/Mac OS X
CFLAGS += -D__unix__ -DUSE_XP_SEMAPHORES -DDARWIN
CFLAGS += -D__unix__ -DUSE_XP_SEMAPHORES -D__DARWIN__
LFLAGS += -lpthread
XP_SEM := 1
else # Linux / Other UNIX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment