Skip to content

Commit d56d032

Browse files
committed
minor: fix overlooked change to runtime path
1 parent e19a93e commit d56d032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ cxx_driver_variables:
135135
toolchain_flags: --msvc-version=10.0
136136
libpath: --libpath="c:\local\boost_1_57_0\lib64-msvc-10.0"
137137
cpppath: --cpppath="c:\local\boost_1_57_0"
138-
dllpath: --runtime-library-search-path="c:\local\boost_1_55_0\lib64-msvc-10.0,c:\openssl\bin,c:\sasl\bin,c:\curl\dlls"
138+
dllpath: --runtime-library-search-path="c:\local\boost_1_57_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
141141
msvc2013-32: &with_msvc2010_32bit

0 commit comments

Comments
 (0)