mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 14:12:04 +08:00
3rdparty: libbacktrace: fix applying uselib
This commit is contained in:
Vendored
+1
-2
@@ -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', [])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user