mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
3rdparty: libbacktrace: fix applying uselib
This commit is contained in:
3
3rdparty/libbacktrace/wscript
vendored
3
3rdparty/libbacktrace/wscript
vendored
@@ -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', [])
|
||||
|
||||
|
||||
2
wscript
2
wscript
@@ -532,7 +532,7 @@ def build(bld):
|
||||
|
||||
# don't clean QtCreator files and reconfigure saved options
|
||||
bld.clean_files = bld.bldnode.ant_glob('**',
|
||||
excl='*.user configuration.py .lock* *conf_check_*/** config.log %s/*' % Build.CACHE_DIR,
|
||||
excl='*.user configuration.py .lock* *conf_check_*/** config.log 3rdparty/libbacktrace/*.h %s/*' % Build.CACHE_DIR,
|
||||
quiet=True, generator=True)
|
||||
|
||||
bld.load('xshlib')
|
||||
|
||||
Reference in New Issue
Block a user