JFW_PLUGIN_ARCH/server is needed on OpenBSD

This commit is contained in:
Robert Nagy 2010-11-08 19:51:12 +01:00
parent 76da732f08
commit 597b633a4a

View file

@ -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