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

Make Haiku lie and pretend it's unix.

parent 4a765a2e
No related branches found
No related tags found
No related merge requests found
...@@ -288,6 +288,9 @@ endif ...@@ -288,6 +288,9 @@ endif
ifeq ($(os),netbsd) # NetBSD ifeq ($(os),netbsd) # NetBSD
CFLAGS += -D__unix__ -I/usr/pkg/include CFLAGS += -D__unix__ -I/usr/pkg/include
endif endif
ifeq ($(os),haiku)
CFLAGS += -D__unix__
endif
ifeq ($(os),darwin) ifeq ($(os),darwin)
CFLAGS += -D__unix__ -fno-common -D__DARWIN__ CFLAGS += -D__unix__ -fno-common -D__DARWIN__
endif endif
......
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