aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXpol Wan <xpolife@gmail.com>2015-10-27 00:23:01 +0800
committerXpol Wan <xpolife@gmail.com>2015-10-27 00:23:01 +0800
commita5cec1848d8318f4ea8f28daf2f221d71178cf5d (patch)
treee1bc2ec8cf13fd7c5490f89d39cbd7baa26dc92b
parentd4b2ec1aa1291ec2b06ba161bc960fb848b98132 (diff)
downloadluarocks-a5cec1848d8318f4ea8f28daf2f221d71178cf5d.tar.gz
luarocks-a5cec1848d8318f4ea8f28daf2f221d71178cf5d.tar.bz2
luarocks-a5cec1848d8318f4ea8f28daf2f221d71178cf5d.zip
Add comments about Windows SDKs.
-rw-r--r--install.bat3
1 files changed, 3 insertions, 0 deletions
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()
452 return ('call "%s"'):format(full_path) 452 return ('call "%s"'):format(full_path)
453 end 453 end
454 454
455 -- 3. TODO: add support for Windows SDKs here.
456
457 -- finaly, we can't detect more, just don't setup the msvc compiler in luarocks.bat.
455 return "" 458 return ""
456end 459end
457 460