mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-08-27 10:55:59 +00:00
intercept: Only emit soname change when LSI_DEBUG is set
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -296,7 +296,12 @@ static bool lsi_override_soname(unsigned int flag, const char *orig_name, const
|
||||
continue;
|
||||
}
|
||||
*soname = vendor_transmute_target[i];
|
||||
emit_replaced_name(orig_name, *soname);
|
||||
|
||||
/* If LSI_DEBUG is set, spam it. */
|
||||
if (getenv("LSI_DEBUG")) {
|
||||
emit_replaced_name(orig_name, *soname);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user