]> git.tdb.fi Git - builder.git/commit
Make static library dependencies consistent with what the linker does
authorMikko Rasa <tdb@tdb.fi>
Thu, 17 Jan 2013 08:54:54 +0000 (10:54 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 17 Jan 2013 08:54:54 +0000 (10:54 +0200)
commit3f1f24c02c5ef21791e5b24ff535d59969cd7625
treec49e1d3fa85b8c423310a71bba55aaf3fa0b99aa
parenta6d467d13a8fc69a508d4d0698885fc0c627d11d
Make static library dependencies consistent with what the linker does

Rather than the linker using non-installed paths for static libraries,
the binary target now does this when resolving dependencies.  This avoids
installing static libraries unnecessarily.
source/binary.cpp
source/gnulinker.cpp