Skip to content

Commit

Permalink
support for OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
voutilad committed Sep 16, 2019
1 parent b47586a commit e7806ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ AC_DEFUN([CHECK_JNI_JDK],[
darwin*) __JNI_INCLUDE_EXTRAS="darwin";;
freebsd*) __JNI_INCLUDE_EXTRAS="freebsd";;
linux*) __JNI_INCLUDE_EXTRAS="linux genunix";;
openbsd*) __JNI_INCLUDE_EXTRAS="openbsd";;
osf*) __JNI_INCLUDE_EXTRAS="alpha";;
solaris*) __JNI_INCLUDE_EXTRAS="solaris";;
mingw*) __JNI_INCLUDE_EXTRAS="win32";;
Expand Down

0 comments on commit e7806ff

Please sign in to comment.