OpenBSD support

This commit is contained in:
Andrew Pamment
2018-01-19 17:13:06 +10:00
parent 6dbd32b7bc
commit 522343e0f8
10 changed files with 183 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ else
endif
# Commands
ifeq ($(OS), $(filter $(OS), FreeBSD DragonFly))
ifeq ($(OS), $(filter $(OS), FreeBSD DragonFly OpenBSD))
CC = cc $(CPPFLAGS) $(CFLAGS) $(DEFS) $(LDFLAGS) -L/usr/local/lib -I $(INCDIR) -I ../../../deps/ -I/usr/local/include -Wall
else
CC = gcc $(CPPFLAGS) $(CFLAGS) $(DEFS) $(LDFLAGS) -I $(INCDIR) -I ../../../deps/ -Wall