aboutsummaryrefslogtreecommitdiff
path: root/install.bat
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-11-07 00:28:08 -0200
committerHisham <hisham@gobolinux.org>2016-11-07 00:28:08 -0200
commit6a299fc4c2b25482bf53ae1ab8ee4c330bc82890 (patch)
treee7eac4eb93e75bff18079b49600d75df2ec09652 /install.bat
parentbfab09559cdbbc7e163490129ac7d3c4060b905d (diff)
downloadluarocks-6a299fc4c2b25482bf53ae1ab8ee4c330bc82890.tar.gz
luarocks-6a299fc4c2b25482bf53ae1ab8ee4c330bc82890.tar.bz2
luarocks-6a299fc4c2b25482bf53ae1ab8ee4c330bc82890.zip
keplerproject/luarocks -> luarocks/luarocks
Diffstat (limited to 'install.bat')
-rw-r--r--install.bat2
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.