From 18b56ab7e0bbf9183e951397d46340fb220e7bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Sun, 15 Feb 2015 19:52:54 +0200 Subject: [PATCH] Update vs-tool message to state it currently depends on VS2010. --- emsdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emsdk b/emsdk index abc5edb..5a9dacc 100755 --- a/emsdk +++ b/emsdk @@ -845,7 +845,7 @@ class Tool: if len(msbuild_dir) > 0: return True else: - return "Visual Studio was not found!" + return "Visual Studio 2010 was not found!" else: return True