mirror of https://github.com/axmolengine/axmol.git
[Jenkins] fix the path in pull-request-builder.py
This commit is contained in:
parent
76066c81d8
commit
c82566435a
|
@ -112,7 +112,7 @@ def main():
|
|||
os.system("tools/jenkins-scripts/gen_jsb.sh")
|
||||
elif(platform.system() == 'Windows'):
|
||||
os.chdir("tools/jenkins-scripts")
|
||||
os.system("tools/jenkins-scripts/gen_jsb_win32.bat")
|
||||
os.system("gen_jsb_win32.bat")
|
||||
os.chdir("../..)
|
||||
|
||||
#make temp dir
|
||||
|
|
Loading…
Reference in New Issue