Merge pull request #5655 from dumganhar/re-add-lua

Corrects a mistake in generate-bindings.sh
This commit is contained in:
James Chen 2014-03-10 19:20:35 +08:00
commit c8f8f65b04
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PROJECT_ROOT="$DIR/../.."
TOLUA_ROOT="$PROJECT_ROOT/tools/tolua"
AUTO_GENERATED_DIR="$PROJECT_ROOT/cocos/lua-bindings/auto"
AUTO_GENERATED_DIR="$PROJECT_ROOT/cocos/scripting/lua-bindings/auto"
COMMITTAG="[AUTO]: updating luabinding automatically"
ELAPSEDSECS=`date +%s`
COCOS_BRANCH="update_lua_bindings_$ELAPSEDSECS"