fixed comment
This commit is contained in:
parent
50c20dc029
commit
d7a15da853
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ param (
|
|||
# if -DetectProjects is set the projects are detected based on the files
|
||||
# that were modified in the working copy
|
||||
if ($projects -eq "default") {
|
||||
# TODO: make this configurable per OS/compiler/...
|
||||
# These are the default projects for windows
|
||||
$LLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;mlir"
|
||||
} elseif ($projects -eq "detect") {
|
||||
$LLVM_ENABLE_PROJECTS = (git diff | python ${PSScriptRoot}\choose_projects.py . ) | Out-String
|
||||
|
|
Loading…
Reference in a new issue