JFW_PLUGIN_ARCH/server is needed on OpenBSD
This commit is contained in:
parent
76da732f08
commit
597b633a4a
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ char const* const* SunInfo::getLibraryPaths(int* size)
|
|||
static char const * ar[] = {
|
||||
|
||||
"/lib/" JFW_PLUGIN_ARCH "/client",
|
||||
#if defined(OPENBSD)
|
||||
"/lib/" JFW_PLUGIN_ARCH "/server",
|
||||
#endif
|
||||
"/lib/" JFW_PLUGIN_ARCH "/native_threads",
|
||||
"/lib/" JFW_PLUGIN_ARCH
|
||||
|
||||
|
|
Loading…
Reference in a new issue