summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/boost.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk
index 7820bf8..7b36398 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -45,7 +45,8 @@ define $(PKG)_BUILD
-sEXPAT_LIBPATH='$(PREFIX)/$(TARGET)/lib' \
stage install
- mv -fv $(PREFIX)/$(TARGET)/lib/libboost_*.dll '$(PREFIX)/$(TARGET)/bin/'
+ $(if $(BUILD_SHARED), \
+ mv -fv $(PREFIX)/$(TARGET)/lib/libboost_*.dll '$(PREFIX)/$(TARGET)/bin/')
'$(TARGET)-g++' \
-W -Wall -Werror -ansi -U__STRICT_ANSI__ -pedantic \