boost: install DLLs to bin/

Fixes #375.
See   #393.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-08-07 20:07:55 -07:00
parent 583d68055e
commit 802de6f766
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ define $(PKG)_BUILD
-sEXPAT_LIBPATH='$(PREFIX)/$(TARGET)/lib' \
stage install
mv -fv $(PREFIX)/$(TARGET)/lib/libboost_*.dll '$(PREFIX)/$(TARGET)/bin/'
'$(TARGET)-g++' \
-W -Wall -Werror -ansi -U__STRICT_ANSI__ -pedantic \
'$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-boost.exe' \