Windows build scripts - ECHO_ON env variable for debugging

This commit is contained in:
Andrej730
2025-11-21 11:49:35 +05:00
parent 692ef5ecea
commit d3fcf39c76
9 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
:: Pass x86 or x64 as %1, if not specified x64 assumed.
@echo off
@if not defined ECHO_ON ( echo off )
set TARGET_ARCH=%1
if "%TARGET_ARCH%"=="" set TARGET_ARCH=x64
if not exist "%~dp0BuildDepsCache-%TARGET_ARCH%.txt". (