do not turn on c++11 for boost

This commit is contained in:
Rashad 2015-06-09 03:43:35 +02:00
parent b331cf0be5
commit 29f8a03509
1 changed files with 1 additions and 1 deletions

View File

@ -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), \