diff --git a/engine/platform/posix/lib_posix.c b/engine/platform/posix/lib_posix.c index 437cb3b0..6c0fc76a 100644 --- a/engine/platform/posix/lib_posix.c +++ b/engine/platform/posix/lib_posix.c @@ -82,7 +82,7 @@ void *COM_LoadLibrary( const char *dllname, int build_ordinals_table, qboolean d // platforms where gameinfo mechanism is working goes here // and use FS_FindLibrary - hInst = FS_FindLibrary( dllname, false ); + hInst = FS_FindLibrary( dllname, directpath ); if( !hInst ) { // HACKHACK: direct load dll