summaryrefslogtreecommitdiffstats
path: root/src/boost.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-08-08 03:07:55 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-08-08 03:07:55 (GMT)
commit802de6f76605b6f32f29081aa267f5e99fe21ad2 (patch)
treed961d355570a60ab163e8c5338f560551cafb844 /src/boost.mk
parent583d68055ef750bda87abfa042e97edc5348551e (diff)
downloadmxe-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.mk2
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' \