build: fix build for waf 2.0

Thanks to ita1024 for the patch.

Fixes https://github.com/mpv-player/mpv/issues/4894

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
orbea 2017-09-19 23:59:37 -07:00 committed by wm4
parent baffe6bcbc
commit c09760d948
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class compile_sym(Task):
raise WafError('NotImplemented')
@feature('syms')
@after_method('process_source', 'process_use', 'apply_link', 'process_uselib_local')
@after_method('process_source', 'process_use', 'apply_link', 'process_uselib_local', 'propagate_uselib_vars')
def do_the_symbol_stuff(self):
tsk = self.create_task('compile_sym',
[self.path.find_node(self.export_symbols_def)],