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:
Gustavo Sousa 2017-05-17 14:47:46 -03:00 committed by Thomas Nagy
parent 60070330a6
commit bb9f4a3b82
1 changed files with 1 additions and 0 deletions

View File

@ -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):
"""