Skip to content

Commit

Permalink
Merge pull request #59 from voutilad/master
Browse files Browse the repository at this point in the history
Add support for OpenBSD by adding JNI extras directory
  • Loading branch information
gnodet committed May 5, 2020
2 parents 8678713 + e7806ff commit 5b4e5ad
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 5b4e5ad

Please sign in to comment.