mirror of
https://github.com/sal063/AC6_recomp
synced 2026-06-15 14:41:28 -04:00
Fix unescaped parentheses in setup_and_build.bat
This commit is contained in:
+1
-1
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user