mpv/waftools/generators
Akemi 546f038ded build: explicitly delay adding of object files to linking
Before, `do_the_symbol_stuff` would implicitly come before
`handle_add_object`, which adds object files to the linking task.

With newer (2.0.x) versions of waf, the ordering seems to get more
optimized, and thus we have to declare that the function that creates
the linking task should come before the task that adds object files
to the task.
2018-07-12 01:46:20 +03:00
..
__init__.py
headers.py build: add preliminary LGPL mode 2017-09-21 13:56:27 +02:00
sources.py build: explicitly delay adding of object files to linking 2018-07-12 01:46:20 +03:00