]> git.tdb.fi Git - builder.git/commit
Prepare early dependencies of a target before finding more
authorMikko Rasa <tdb@tdb.fi>
Tue, 27 Dec 2022 01:15:51 +0000 (03:15 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 27 Dec 2022 01:15:51 +0000 (03:15 +0200)
commit1ce9890cb950d516d5c1ede51264f1dcdde7356a
tree9b5f4dc9108e4cd389c8c9938e824940b0a3ed07
parent68c59c6280c37222348e83c4f57de6116513d8fe
Prepare early dependencies of a target before finding more

AndroidCompiler supplies build information for the C++ standard library,
which is consumed by Binary through ObjectFiles.  The compiler needs to
be prepared before Binary is, or the C++ stdlib won't be found.
source/target.cpp