From 057ed37abaaf829e254ae2bbf87ff9ab1b9f9ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Thu, 5 Dec 2013 17:28:14 +0200 Subject: [PATCH] Fix fact error about Windows/vs-tool bitness requirements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8ef761..12dea6b 100644 --- a/README.md +++ b/README.md @@ -169,4 +169,4 @@ If you want to remove a Portable SDK, just delete the directory where you put th ##### Windows -* Whereas OSX only ships 64-bit executables of the toolchain, on Windows the 32-bit version of the toolchain is available. This is due to a detected incompatibility with Visual Studio 2010 and 64-bit tools. +* The Visual Studio integration with the vs-tool package only supports Visual Studio 2010 at the moment, and requires the 32-bit version of emsdk to be used.