Skip to content

Commit e19a93e

Browse files
committed
minor: adjust boost paths to follow build image changes
1 parent 853e43e commit e19a93e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ cxx_driver_variables:
133133
## msvc2010
134134
msvc2010: &with_msvc2010
135135
toolchain_flags: --msvc-version=10.0
136-
libpath: --libpath="c:\local\boost_1_55_0\lib64-msvc-10.0"
137-
cpppath: --cpppath="c:\local\boost_1_55_0"
136+
libpath: --libpath="c:\local\boost_1_57_0\lib64-msvc-10.0"
137+
cpppath: --cpppath="c:\local\boost_1_57_0"
138138
dllpath: --runtime-library-search-path="c:\local\boost_1_55_0\lib64-msvc-10.0,c:\openssl\bin,c:\sasl\bin,c:\curl\dlls"
139139
extrapath: --extrapath="c:\openssl,c:\sasl,c:\curl"
140140
## msvc2013, 32-bit boost headers

0 commit comments

Comments
 (0)