From 9006533f8ff09f54489a98e6d153fef0dd9a01fb Mon Sep 17 00:00:00 2001 From: paulober <44974737+paulober@users.noreply.github.com> Date: Fri, 26 Sep 2025 12:10:05 +0100 Subject: [PATCH] Fix #1022, Typo in LLVM toolchain install path - setup.cmd Signed-off-by: paulober <44974737+paulober@users.noreply.github.com> --- scripts/template_setup_win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/template_setup_win b/scripts/template_setup_win index 02af1d4c..ebb29a2d 100644 --- a/scripts/template_setup_win +++ b/scripts/template_setup_win @@ -186,7 +186,7 @@ if [%DO_LLVM_TOOLCHAIN%] neq [] ( if not exist llvm\ ( echo Installing LLVM toolchain ... - set TOOLCHAIN_FILENAME=%DL_GNU_TOOLCHAIN_FILENAME% + set TOOLCHAIN_FILENAME=%DL_LLVM_TOOLCHAIN_FILENAME% set TOOLCHAIN_URI=%DL_REL_BASE%/!TOOLCHAIN_FILENAME! REM # Download toolchain archive