mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +00:00
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:
parent
baffe6bcbc
commit
c09760d948
@ -33,7 +33,7 @@ class compile_sym(Task):
|
|||||||
raise WafError('NotImplemented')
|
raise WafError('NotImplemented')
|
||||||
|
|
||||||
@feature('syms')
|
@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):
|
def do_the_symbol_stuff(self):
|
||||||
tsk = self.create_task('compile_sym',
|
tsk = self.create_task('compile_sym',
|
||||||
[self.path.find_node(self.export_symbols_def)],
|
[self.path.find_node(self.export_symbols_def)],
|
||||||
|
Loading…
Reference in New Issue
Block a user