From bcd1126cbd5d445cd0665d295198aa39c6ab8cbe Mon Sep 17 00:00:00 2001 From: spreis <spreis@yandex-team.ru> Date: Thu, 10 Feb 2022 16:47:13 +0300 Subject: Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 1 of 2. --- build/scripts/link_dyn_lib.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build/scripts/link_dyn_lib.py') diff --git a/build/scripts/link_dyn_lib.py b/build/scripts/link_dyn_lib.py index 23487f5c1e..510728910e 100644 --- a/build/scripts/link_dyn_lib.py +++ b/build/scripts/link_dyn_lib.py @@ -150,9 +150,9 @@ def fix_cmd(arch, musl, c): if p.endswith('.supp'): return [] - if p.endswith('.pkg.fake'): - return [] - + if p.endswith('.pkg.fake'): + return [] + return [p] return sum((do_fix(x) for x in c), []) -- cgit v1.2.3