Skip to content

Commit b290af2

Browse files
committed
fix: Require Git command-line tool
1 parent 3669181 commit b290af2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Build.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ECHO [UTS] indicates which build modes need the tool: unstable, testing, and sta
2626
SET CheckToolInPath.Missing=0
2727
SET CheckToolInPath.Check=0
2828
:check-tools
29+
CALL :list-or-check-tool "git.exe" "[UTS] Git version control tool"
2930
CALL :list-or-check-tool "nuget.exe" "[UTS] .NET package manager tool"
3031
CALL :list-or-check-tool "MSBuild.exe" "[UTS] Microsoft Visual Studio build tool"
3132
CALL :list-or-check-tool "lazbuild.exe" "[UTS] Lazarus compiler"

0 commit comments

Comments
 (0)