Browse Source

platform: posix: library: properly use directpath argument

pull/2/head
Alibek Omarov 5 years ago
parent
commit
1f7dfecf89
  1. 2
      engine/platform/posix/lib_posix.c

2
engine/platform/posix/lib_posix.c

@ -82,7 +82,7 @@ void *COM_LoadLibrary( const char *dllname, int build_ordinals_table, qboolean d @@ -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

Loading…
Cancel
Save