mirror of
https://github.com/microsoft/GSL.git
synced 2025-09-29 08:31:43 +02:00
fix missing bracket
This commit is contained in:
@@ -45,7 +45,7 @@ install:
|
||||
# Workaround for lld bug with vcpkg integration
|
||||
if ($env:USE_TOOLSET -eq "LLVM") {
|
||||
if (
|
||||
Get-Content C:\Tools\vcpkg\toolsrc\VERSION.txt).Replace('.','').Trim('"') -lt 20181020
|
||||
(Get-Content C:\Tools\vcpkg\toolsrc\VERSION.txt).Replace('.','').Trim('"') -lt 20181020
|
||||
) {
|
||||
echo "Updating vcpkg..."
|
||||
cd C:\Tools\vcpkg
|
||||
|
Reference in New Issue
Block a user