Skip to content

Commit bb669da

Browse files
rcsanchez97kevinAlbs
authored andcommitted
CDRIVER-2505 fix some Windows paths, 2
1 parent 30524a1 commit bb669da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/link-sample-program-mingw.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if not exist %INSTALL_DIR%\lib\libmongoc-static-1.0.a (
5555
cd %SRCROOT%
5656

5757
rem Test our pkg-config file
58-
set EXAMPLE_DIR=%SRCROOT%\examples\
58+
set EXAMPLE_DIR=%SRCROOT%\src\libmongoc\examples\
5959
cd %EXAMPLE_DIR%
6060

6161
rem Proceed from here once we have pkg-config on Windows

.evergreen/link-sample-program-msvc.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if not exist %INSTALL_DIR%\lib\mongoc-static-1.0.lib (
7676
cd %SRCROOT%
7777

7878
rem Test our CMake package config file with CMake's find_package command.
79-
set EXAMPLE_DIR=%SRCROOT%\examples\cmake\find_package
79+
set EXAMPLE_DIR=%SRCROOT%\src\libmongoc\examples\cmake\find_package
8080

8181
if "%LINK_STATIC%"=="1" (
8282
set EXAMPLE_DIR="%EXAMPLE_DIR%_static"

0 commit comments

Comments
 (0)