OpenBSD support
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user