Fix unescaped parentheses in setup_and_build.bat

This commit is contained in:
salh
2026-04-20 21:32:25 +03:00
parent 90ae3f8f8b
commit d6a1733648
+1 -1
View File
@@ -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
)