3rdparty: libbacktrace: fix applying uselib
This commit is contained in:
parent
43ea65fffc
commit
d7dc3192de
2 changed files with 2 additions and 3 deletions
3
3rdparty/libbacktrace/wscript
vendored
3
3rdparty/libbacktrace/wscript
vendored
|
@ -148,8 +148,7 @@ def configure(conf):
|
||||||
conf.write_config_header('backtrace-supported.h')
|
conf.write_config_header('backtrace-supported.h')
|
||||||
|
|
||||||
@TaskGen.feature('frandomseed')
|
@TaskGen.feature('frandomseed')
|
||||||
@TaskGen.after_method('process_source')
|
@TaskGen.after_method('propagate_uselib_vars')
|
||||||
@TaskGen.before_method('apply_link')
|
|
||||||
def process_frandom_seed(ctx):
|
def process_frandom_seed(ctx):
|
||||||
tasks = getattr(ctx, 'compiled_tasks', [])
|
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
|
# don't clean QtCreator files and reconfigure saved options
|
||||||
bld.clean_files = bld.bldnode.ant_glob('**',
|
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)
|
quiet=True, generator=True)
|
||||||
|
|
||||||
bld.load('xshlib')
|
bld.load('xshlib')
|
||||||
|
|
Loading…
Add table
Reference in a new issue