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 2c1e3d5 commit 7e0c880Copy full SHA for 7e0c880
scripts/install.ps1
@@ -146,7 +146,7 @@ function Install ($arch) {
146
}
147
Copy-Item $bin "$targetPath\bin"
148
Copy-Item $dll "$targetPath\bin"
149
- Set-Content -Path "$targetPath\bin\.target" "$LLVMDirectory\bin\clang.exe" -Encoding UTF8 -NoNewline
+ [IO.File]::WriteAllText("$targetPath\bin\.target","$LLVMDirectory\bin\clang.exe");
150
151
if ($ClangClToolsetName -ne "") {
152
$targetPath = "$platformDir\$ClangClToolsetName"
0 commit comments