Skip to content

Commit d070e10

Browse files
pauloberstephanosio
authored andcommitted
Fix #1022, Typo in LLVM toolchain install path - setup.cmd
Signed-off-by: paulober <[email protected]>
1 parent 4d33f30 commit d070e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/template_setup_win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ if [%DO_LLVM_TOOLCHAIN%] neq [] (
186186
if not exist llvm\ (
187187
echo Installing LLVM toolchain ...
188188

189-
set TOOLCHAIN_FILENAME=%DL_GNU_TOOLCHAIN_FILENAME%
189+
set TOOLCHAIN_FILENAME=%DL_LLVM_TOOLCHAIN_FILENAME%
190190
set TOOLCHAIN_URI=%DL_REL_BASE%/!TOOLCHAIN_FILENAME!
191191

192192
REM # Download toolchain archive

0 commit comments

Comments
 (0)