]> git.tdb.fi Git - builder.git/commitdiff
Better algorithm for ordering static libraries
authorMikko Rasa <tdb@tdb.fi>
Sat, 11 Oct 2014 04:36:01 +0000 (07:36 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 11 Oct 2014 04:36:01 +0000 (07:36 +0300)
Put each static library dependency immediately after the library that
required it.  This way, if a tool includes a static library in its own
build_info (such as gnustl_static for AndroidCxxCompiler), it will be
placed last and be available for all other static libraries.


No differences found