aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-09-22 17:21:53 -0700
committerHisham Muhammad <hisham@gobolinux.org>2013-09-22 17:21:53 -0700
commit794a45d9b93fe77495803ec561a22b5065937287 (patch)
treed26c702a224354767c3c8aea374ff014580f1269
parent890e7bbb3907a913a461a3320beed8dc987448d9 (diff)
parentf8b54323986eb619772d6faae40db0b7a1379054 (diff)
downloadluarocks-794a45d9b93fe77495803ec561a22b5065937287.tar.gz
luarocks-794a45d9b93fe77495803ec561a22b5065937287.tar.bz2
luarocks-794a45d9b93fe77495803ec561a22b5065937287.zip
Merge pull request #152 from ignacio/install_wrong_cpath
When you supply an existing Lua installation, the suggested value for LU...
Diffstat (limited to '')
-rw-r--r--install.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat
index 8222454e..abf680a4 100644
--- a/install.bat
+++ b/install.bat
@@ -643,7 +643,7 @@ print(S[[
643 You may want to add the following elements to your paths; 643 You may want to add the following elements to your paths;
644PATH : $LUA_BINDIR;$FULL_PREFIX 644PATH : $LUA_BINDIR;$FULL_PREFIX
645LUA_PATH : $ROCKS_TREE\share\lua\$LUA_VERSION\?.lua;$ROCKS_TREE\share\lua\$LUA_VERSION\?\init.lua 645LUA_PATH : $ROCKS_TREE\share\lua\$LUA_VERSION\?.lua;$ROCKS_TREE\share\lua\$LUA_VERSION\?\init.lua
646LUA_CPATH: $LUA_LIBDIR\lua\$LUA_VERSION\?.dll 646LUA_CPATH: $ROCKS_TREE\lib\lua\$LUA_VERSION\?.dll
647 647
648]]) 648]])
649os.exit(0) 649os.exit(0)