From d6a17336487b56db511b9a41c474fefaa8258d96 Mon Sep 17 00:00:00 2001 From: salh Date: Mon, 20 Apr 2026 21:32:25 +0300 Subject: [PATCH] Fix unescaped parentheses in setup_and_build.bat --- setup_and_build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_and_build.bat b/setup_and_build.bat index 3c51f759..9e17c201 100644 --- a/setup_and_build.bat +++ b/setup_and_build.bat @@ -28,7 +28,7 @@ if %errorlevel% neq 0 ( clang --version >nul 2>&1 if %errorlevel% neq 0 ( echo [ERROR] Clang not found on PATH. - echo Please download LLVM/Clang from https://github.com/llvm/llvm-project/releases or via Visual Studio Installer (C++ Clang tools) and add to PATH. + echo Please download LLVM/Clang from https://github.com/llvm/llvm-project/releases or via Visual Studio Installer ^(C++ Clang tools^) and add to PATH. pause exit /b 1 )