3rdparty: libbacktrace: fix applying uselib

This commit is contained in:
Alibek Omarov
2025-02-09 18:25:40 +03:00
parent 43ea65fffc
commit d7dc3192de
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -148,8 +148,7 @@ def configure(conf):
conf.write_config_header('backtrace-supported.h')
@TaskGen.feature('frandomseed')
@TaskGen.after_method('process_source')
@TaskGen.before_method('apply_link')
@TaskGen.after_method('propagate_uselib_vars')
def process_frandom_seed(ctx):
tasks = getattr(ctx, 'compiled_tasks', [])