mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-25 01:01:58 -05:00
Workaround: fix, escape backslashes
This commit is contained in:
parent
97062933ac
commit
bda3d6a428
@ -57,7 +57,7 @@ before_build:
|
||||
}
|
||||
echo generator="$env:generator"
|
||||
if ($env:USE_TOOLSET -eq "LLVM") {
|
||||
$COMPILER = "C:\Program Files\LLVM\bin\clang-cl.exe"
|
||||
$COMPILER = "C:\\Program Files\\LLVM\\bin\\clang-cl.exe"
|
||||
$LINKER = "lld-link"
|
||||
# Workaround for lld bug with vcpkg integration
|
||||
if ((Get-Content C:\Tools\vcpkg\toolsrc\VERSION.txt).Replace('.','').Trim('"') -lt 20181020) {
|
||||
|
Loading…
Reference in New Issue
Block a user