mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
build: arm target support
This commit is contained in:
@@ -5054,7 +5054,6 @@ CSysModule *CBaseFileSystem::LoadModule( const char *pFileName, const char *pPat
|
||||
|
||||
#ifdef POSIX
|
||||
Q_snprintf( tempPathID, sizeof(tempPathID), "%slib%s", m_SearchPaths[i].GetPathString(), pFileName ); // append the path to this dir.
|
||||
printf(tempPathID);
|
||||
pModule = Sys_LoadModule( tempPathID );
|
||||
if ( pModule )
|
||||
return pModule;
|
||||
|
||||
Reference in New Issue
Block a user