Skip to content

Commit f4229d5

Browse files
committed
add SunOS to *BSD flags case
1 parent 3aad0e9 commit f4229d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ else
7777
LDFLAGS += -fPIC -shared
7878
LIB_NAME = $(PREFIX)/sqlite3_nif.dll
7979
endif
80-
ifeq ($(KERNEL_NAME), $(filter $(KERNEL_NAME),OpenBSD FreeBSD NetBSD))
80+
ifeq ($(KERNEL_NAME), $(filter $(KERNEL_NAME),OpenBSD FreeBSD NetBSD SunOS))
8181
CFLAGS += -fPIC
8282
LDFLAGS += -fPIC -shared
8383
endif

0 commit comments

Comments
 (0)