mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
scripts: ios: enable decay build in buildallmods.sh
This commit is contained in:
@@ -62,7 +62,8 @@ void *IOS_LoadLibrary( const char *dllname )
|
||||
else postfix = "";
|
||||
}
|
||||
|
||||
Q_strncpy( strippedname, dllname, strlen(dllname) - EXT_LENGTH );
|
||||
Q_strncpy( strippedname, dllname, sizeof( strippedname ) );
|
||||
COM_StripExtension(strippedname);
|
||||
|
||||
Q_snprintf( name, MAX_STRING, "%s_%s.dylib", strippedname, postfix );
|
||||
pHandle = IOS_LoadLibraryInternal( name );
|
||||
|
||||
Reference in New Issue
Block a user