File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
- rem Ensure Cygwin executables like sh.exe are not in PATH
2
- rem set PATH=C:\Windows\system32;C:\Windows
3
-
4
1
echo on
5
2
echo
6
3
7
4
set TAR = C:\cygwin\bin\tar
8
5
set CMAKE_MAKE_PROGRAM = C:\mingw-w64\x86_64-4.9.1-posix-seh-rt_v3-rev1\mingw64\bin\mingw32-make.exe
9
6
set CC = C:\mingw-w64\x86_64-4.9.1-posix-seh-rt_v3-rev1\mingw64\bin\gcc.exe
10
7
rem Ensure Cygwin executables like sh.exe are not in PATH
11
- set PATH = C:\cygwin\bin;C:\Windows\system32;C:\Windows;C:\mingw-w64\x86_64-4.9.1-posix-seh-rt_v3-rev1\mingw64\bin;C:\mongoc;src\libbson;src\libmongoc
8
+ set " PATH = C:\cygwin\bin;C:\Windows\system32;C:\Windows;C:\mingw-w64\x86_64-4.9.1-posix-seh-rt_v3-rev1\mingw64\bin;C:\mongoc;src\libbson;src\libmongoc;C:\Program Files\Git\cmd "
12
9
set LINK_STATIC = 1
13
10
14
11
set SRCROOT = %CD%
Original file line number Diff line number Diff line change 1
- rem Ensure Cygwin executables like sh.exe are not in PATH
2
- rem set PATH=C:\Windows\system32;C:\Windows
3
-
4
1
echo on
5
2
echo
6
3
@@ -9,7 +6,7 @@ set TAR=C:\cygwin\bin\tar
9
6
set CMAKE_MAKE_PROGRAM = C:\mingw-w64\x86_64-4.9.1-posix-seh-rt_v3-rev1\mingw64\bin\mingw32-make.exe
10
7
set CC = C:\mingw-w64\x86_64-4.9.1-posix-seh-rt_v3-rev1\mingw64\bin\gcc.exe
11
8
rem Ensure Cygwin executables like sh.exe are not in PATH
12
- set PATH = C:\cygwin\bin;C:\Windows\system32;C:\Windows;C:\mingw-w64\x86_64-4.9.1-posix-seh-rt_v3-rev1\mingw64\bin;C:\mongoc;src\libbson;src\libmongoc
9
+ set " PATH = C:\cygwin\bin;C:\Windows\system32;C:\Windows;C:\mingw-w64\x86_64-4.9.1-posix-seh-rt_v3-rev1\mingw64\bin;C:\mongoc;src\libbson;src\libmongoc;C:\Program Files\Git\cmd "
13
10
14
11
set SRCROOT = %CD%
15
12
set BUILD_DIR = %CD% \build-dir
You can’t perform that action at this time.
0 commit comments