diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-08-08 03:07:55 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-08-08 03:07:55 (GMT) |
commit | 802de6f76605b6f32f29081aa267f5e99fe21ad2 (patch) | |
tree | d961d355570a60ab163e8c5338f560551cafb844 /src/boost.mk | |
parent | 583d68055ef750bda87abfa042e97edc5348551e (diff) | |
download | mxe-802de6f76605b6f32f29081aa267f5e99fe21ad2.zip mxe-802de6f76605b6f32f29081aa267f5e99fe21ad2.tar.gz mxe-802de6f76605b6f32f29081aa267f5e99fe21ad2.tar.bz2 |
boost: install DLLs to bin/
Fixes #375.
See #393.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/boost.mk')
-rw-r--r-- | src/boost.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boost.mk b/src/boost.mk index c896b88..7820bf8 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -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' \ |