summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Gruetzmacher <tobias-git@23.gs>2014-03-07 17:07:59 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-03-08 05:33:01 (GMT)
commit2ce8d4788f08922b84b084c803ce44550717986e (patch)
treea541dd170e709a11caacb266a267418ee67b3fa1 /src
parentdfd0b8866255aac8d0e4fed14d1f2a810a0f94e8 (diff)
downloadmxe-2ce8d4788f08922b84b084c803ce44550717986e.zip
mxe-2ce8d4788f08922b84b084c803ce44550717986e.tar.gz
mxe-2ce8d4788f08922b84b084c803ce44550717986e.tar.bz2
Package boost: Enable shared builds
Diffstat (limited to 'src')
-rw-r--r--src/boost.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk
index 6ee3180..3c11f88 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -31,7 +31,7 @@ define $(PKG)_BUILD
--user-config=user-config.jam \
target-os=windows \
threading=multi \
- link=static \
+ link=$(if $(BUILD_STATIC),static,shared) \
threadapi=win32 \
--layout=tagged \
--without-mpi \