Skip to content

Commit bfbe426

Browse files
authored
Add suport for OpenBSD (#916)
1 parent 39ed5dc commit bfbe426

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ else ifeq ($(LOCAL_OS),windows)
8282
TARGET_OS ?= windows
8383
else ifeq ($(LOCAL_OS),freebsd)
8484
TARGET_OS ?= freebsd
85+
else ifeq ($(LOCAL_OS),openbsd)
86+
TARGET_OS ?= openbsd
8587
else
8688
$(error This system's OS $(LOCAL_OS) isn't supported)
8789
endif

0 commit comments

Comments
 (0)