2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00

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

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