File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33FOR %%a in (" %CD% \.." ) DO SET WORKROOT = %%~fa
44SET GOROOT = %WORKROOT% \go
55SET GOPATH = %CD%
6- SET GIT = %WORKROOT% \git \bin
6+ SET GIT = %WORKROOT% \git2 \bin
77SET GIT_SSL_NO_VERIFY = 1
88SET MERCURIAL = %WORKROOT% \mercurial
99SET DIFF = %WORKROOT% \diff\bin
1010SET /P BUILDBIT = < ..\BUILDBIT.txt
11- SET PATH = c: \mingw%BUILDBIT% \bin;%GOROOT% \bin%BUILDBIT% ;%GOPATH% \bin;%GIT% ;%MERCURIAL% ;%DIFF% ;%PATH%
11+ SET PATH = %WORKROOT% \git2 \mingw%BUILDBIT% \bin;%GOROOT% \bin%BUILDBIT% ;%GOPATH% \bin;%GIT% ;%MERCURIAL% ;%DIFF% ;%PATH%
1212
1313FOR /F " TOKENS=1* DELIMS= " %%A IN ('DATE/T') DO SET CDATE = %%B
1414FOR /F " TOKENS=1,2 eol=/ DELIMS=/ " %%A IN ('DATE/T') DO SET mm = %%B
@@ -22,4 +22,4 @@ SET TIMESTAMP=%DATE%%TIME%
2222
2323FOR /f " delims=" %%x in (BuildVersion.txt) DO SET VERSION = %%x
2424
25- SET LDFLAGS = -ldflags " -X main.Version=%VERSION% -X main.BuildDate=%TIMESTAMP% "
25+ SET LDFLAGS = -ldflags " -X main.Version=%VERSION% -X main.BuildDate=%TIMESTAMP% "
You can’t perform that action at this time.
0 commit comments