diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-06-21 11:48:46 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-06-21 11:48:46 (GMT) |
commit | 697251a497583ed446012eea90a4b55f509cf4cc (patch) | |
tree | 65c0fd6d06e866eafa1e95375e51e5dd9843c88c /src/boost.mk | |
parent | bc0b612bdad79b5c28b2e7044812979ce2df86c5 (diff) | |
parent | ca2549174c6ae817e30168044315dc9a87de56d5 (diff) | |
download | mxe-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.mk | 2 |
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), \ |