From 1f7dfecf898424aaf2163dbb430ee347c6aa8da4 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 11 Jul 2019 04:00:25 +0300 Subject: [PATCH] platform: posix: library: properly use directpath argument --- engine/platform/posix/lib_posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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