aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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