From a5cec1848d8318f4ea8f28daf2f221d71178cf5d Mon Sep 17 00:00:00 2001 From: Xpol Wan Date: Tue, 27 Oct 2015 00:23:01 +0800 Subject: Add comments about Windows SDKs. --- install.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.bat b/install.bat index d2ab2976..de572d3d 100644 --- a/install.bat +++ b/install.bat @@ -452,6 +452,9 @@ local function get_msvc_env_setup_cmd() return ('call "%s"'):format(full_path) end + -- 3. TODO: add support for Windows SDKs here. + + -- finaly, we can't detect more, just don't setup the msvc compiler in luarocks.bat. return "" end -- cgit v1.2.3-55-g6feb