summaryrefslogtreecommitdiffstats
path: root/src/boost.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-06-21 11:48:46 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-06-21 11:48:46 (GMT)
commit697251a497583ed446012eea90a4b55f509cf4cc (patch)
tree65c0fd6d06e866eafa1e95375e51e5dd9843c88c /src/boost.mk
parentbc0b612bdad79b5c28b2e7044812979ce2df86c5 (diff)
parentca2549174c6ae817e30168044315dc9a87de56d5 (diff)
downloadmxe-697251a497583ed446012eea90a4b55f509cf4cc.zip
mxe-697251a497583ed446012eea90a4b55f509cf4cc.tar.gz
mxe-697251a497583ed446012eea90a4b55f509cf4cc.tar.bz2
Merge pull request #703 from bugbrains/gdal_shared
Gdal shared build
Diffstat (limited to 'src/boost.mk')
-rw-r--r--src/boost.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk
index 0c7f6fe..954fd15 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -43,6 +43,7 @@ define $(PKG)_BUILD
target-os=windows \
threadapi=win32 \
threading=multi \
+ variant=release \
toolset=gcc-mxe \
--layout=tagged \
--disable-icu \
@@ -54,7 +55,6 @@ define $(PKG)_BUILD
--includedir='$(PREFIX)/$(TARGET)/include' \
-sEXPAT_INCLUDE='$(PREFIX)/$(TARGET)/include' \
-sEXPAT_LIBPATH='$(PREFIX)/$(TARGET)/lib' \
- cxxflags='-std=c++11' \
install
$(if $(BUILD_SHARED), \