File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ c_driver_variables:
134
134
"$dumpbin" /HEADERS Debug/libbson-1.0.dll | head -n 25
135
135
"$msbuild" /m INSTALL.vcxproj
136
136
cd ../..
137
- "$cmake" -G "$GENERATOR" "-DCMAKE_INSTALL_PREFIX=C:/mongo-c-driver" "-DBSON_ROOT_DIR=C:/mongo-c-driver" "$cmake_defs "
137
+ "$cmake" -G "$GENERATOR" "-DCMAKE_INSTALL_PREFIX=C:/mongo-c-driver" "-DBSON_ROOT_DIR=C:/mongo-c-driver" "$CMAKE_DEFS "
138
138
"$msbuild" /m ALL_BUILD.vcxproj
139
139
"$dumpbin" /HEADERS Debug/mongoc-1.0.lib | head -n 25
140
140
"$msbuild" /m INSTALL.vcxproj
@@ -257,7 +257,7 @@ functions:
257
257
script : |
258
258
export PATH=${extra_path}:$PATH
259
259
export GENERATOR="${generator}" # For CMake on Windows
260
- export cmake_defs ="${cmake_defs}" # For CMake on Windows
260
+ export CMAKE_DEFS ="${cmake_defs}" # For CMake on Windows
261
261
${compile_script}
262
262
263
263
" set version latest" :
You can’t perform that action at this time.
0 commit comments