mirror of https://gitlab.com/ita1024/waf.git
javaw: run use_javac_files() before propagate_uselib_vars()
Updating the uselib attribute after propagate_uselib_vars() is called won't yield the desired effect.
This commit is contained in:
parent
60070330a6
commit
bb9f4a3b82
|
@ -107,6 +107,7 @@ def apply_java(self):
|
|||
tsk.env.append_value('JAVACFLAGS', ['-sourcepath', names])
|
||||
|
||||
@feature('javac')
|
||||
@before_method('propagate_uselib_vars')
|
||||
@after_method('apply_java')
|
||||
def use_javac_files(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue