fix missing bracket

This commit is contained in:
Roelf-Jilling 2018-11-17 20:51:36 +01:00
parent cadb43819b
commit 0c6ce000b7

View File

@ -45,7 +45,7 @@ install:
# Workaround for lld bug with vcpkg integration # Workaround for lld bug with vcpkg integration
if ($env:USE_TOOLSET -eq "LLVM") { if ($env:USE_TOOLSET -eq "LLVM") {
if ( 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..." echo "Updating vcpkg..."
cd C:\Tools\vcpkg cd C:\Tools\vcpkg