diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2015-12-01 21:25:34 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2015-12-01 21:25:34 +0100 |
commit | b2e0340b87afa96d9a5f3290a69bd5d644c84606 (patch) | |
tree | 77f8d37fab4bf49e63163fdc469e14f3575f4eed | |
parent | 30028a3e59b81bccb6ccd81609eb198e74b58ca5 (diff) | |
parent | 2b3fc7c0f32c40e162a78d087e052bcc6c26004c (diff) | |
download | luarocks-b2e0340b87afa96d9a5f3290a69bd5d644c84606.tar.gz luarocks-b2e0340b87afa96d9a5f3290a69bd5d644c84606.tar.bz2 luarocks-b2e0340b87afa96d9a5f3290a69bd5d644c84606.zip |
Merge branch 'test_xpol' of github.com:Tieske/luarocks into test_xpol
-rw-r--r-- | install.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat index 4786906b..4cf785d4 100644 --- a/install.bat +++ b/install.bat | |||
@@ -804,7 +804,7 @@ if USE_MINGW then | |||
804 | print("Compiler : MinGW (make sure it is in your path before using LuaRocks)") | 804 | print("Compiler : MinGW (make sure it is in your path before using LuaRocks)") |
805 | else | 805 | else |
806 | if vars.COMPILER_ENV_CMD == "" then | 806 | if vars.COMPILER_ENV_CMD == "" then |
807 | print("Compiler : Micorosft (make sure it is in your path before using LuaRocks)") | 807 | print("Compiler : Microsoft (make sure it is in your path before using LuaRocks)") |
808 | else | 808 | else |
809 | print(S[[Compiler : Microsoft, using; $COMPILER_ENV_CMD]]) | 809 | print(S[[Compiler : Microsoft, using; $COMPILER_ENV_CMD]]) |
810 | end | 810 | end |