boost: do not fail when no shared libs were build 1504/head
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 29 Jun 2015 19:25:34 +0000 (21:25 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 29 Jun 2015 21:44:15 +0000 (23:44 +0200)
commitdd7b5a4240e7e1509d9626c585c69fc32c468d55
tree9f2f3a2ad8571d65b3bd316c6154255698dc9883
parentc31e6bb7c0ebbb20de636f2756aed221aefc2404
boost: do not fail when no shared libs were build

When only boost is selected without any specific boost library no *.so
file will be build and the InstallDev part is failing. Instead of
checking if there is a lib directory just try to copy the libs and do
not fail in case of an error.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
libs/boost/Makefile