This commit is contained in:
andyque 2015-04-13 12:00:09 +08:00
parent 2176881dbe
commit 6783754f3e
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ def syntronize_remote_pr():
def gen_scripting_bindings(): def gen_scripting_bindings():
global branch global branch
print("generate js bindings for branch " + branch) print("generate script bindings for branch " + branch)
# Generate binding glue codes # Generate binding glue codes
if(branch == 'v3' or branch == 'v4-develop' or branch == 'v35-for-tizen'): if(branch == 'v3' or branch == 'v4-develop' or branch == 'v35-for-tizen'):
ret = os.system("python tools/jenkins-scripts/slave-scripts/gen_jsb.py") ret = os.system("python tools/jenkins-scripts/slave-scripts/gen_jsb.py")