diff options
Diffstat (limited to 'install.bat')
-rw-r--r-- | install.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat index 0a35a28a..92d7b830 100644 --- a/install.bat +++ b/install.bat | |||
@@ -459,7 +459,7 @@ local function get_windows_sdk_directory() | |||
459 | assert(type(vars.LUA_RUNTIME) == "string", "requires vars.LUA_RUNTIME to be set before calling this function.") | 459 | assert(type(vars.LUA_RUNTIME) == "string", "requires vars.LUA_RUNTIME to be set before calling this function.") |
460 | -- Only v7.1 and v6.1 shipped with compilers | 460 | -- Only v7.1 and v6.1 shipped with compilers |
461 | -- Other versions requires a separate installation of Visual Studio. | 461 | -- Other versions requires a separate installation of Visual Studio. |
462 | -- see https://github.com/keplerproject/luarocks/pull/443#issuecomment-152792516 | 462 | -- see https://github.com/luarocks/luarocks/pull/443#issuecomment-152792516 |
463 | local wsdks = { | 463 | local wsdks = { |
464 | ["MSVCR100"] = "v7.1", -- shipped with Visual Studio 2010 compilers. | 464 | ["MSVCR100"] = "v7.1", -- shipped with Visual Studio 2010 compilers. |
465 | ["MSVCR100D"] = "v7.1", -- shipped with Visual Studio 2010 compilers. | 465 | ["MSVCR100D"] = "v7.1", -- shipped with Visual Studio 2010 compilers. |