We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ed5dc commit bfbe426Copy full SHA for bfbe426
Makefile
@@ -82,6 +82,8 @@ else ifeq ($(LOCAL_OS),windows)
82
TARGET_OS ?= windows
83
else ifeq ($(LOCAL_OS),freebsd)
84
TARGET_OS ?= freebsd
85
+else ifeq ($(LOCAL_OS),openbsd)
86
+ TARGET_OS ?= openbsd
87
else
88
$(error This system's OS $(LOCAL_OS) isn't supported)
89
endif
0 commit comments