From 48c60589d464b0db2b4a6f001613d8ba8e402a31 Mon Sep 17 00:00:00 2001 From: Guido L Date: Fri, 5 Jun 2015 08:34:17 +0100 Subject: [PATCH] [MSVCRT] check also for 2012 and 2013 --- make.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.ps1 b/make.ps1 index 277819469f..c25f189ac4 100644 --- a/make.ps1 +++ b/make.ps1 @@ -121,7 +121,7 @@ elseif ($command -eq "dependencies") cd .. echo "Dependencies copied." - $dep = "Microsoft Visual C++ 2010" + $dep = "Microsoft Visual C++ 201" $results = Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | select DisplayName | Where-Object {$_.DisplayName -like $("$dep*")} if (!($results -is [array]) -and !$results.DisplayName) {