We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d33f30 commit d070e10Copy full SHA for d070e10
scripts/template_setup_win
@@ -186,7 +186,7 @@ if [%DO_LLVM_TOOLCHAIN%] neq [] (
186
if not exist llvm\ (
187
echo Installing LLVM toolchain ...
188
189
- set TOOLCHAIN_FILENAME=%DL_GNU_TOOLCHAIN_FILENAME%
+ set TOOLCHAIN_FILENAME=%DL_LLVM_TOOLCHAIN_FILENAME%
190
set TOOLCHAIN_URI=%DL_REL_BASE%/!TOOLCHAIN_FILENAME!
191
192
REM # Download toolchain archive
0 commit comments