mirror of https://github.com/axmolengine/axmol.git
Merge pull request #5333 from lmskater/fix_build_path
[Jenkins] fix build path
This commit is contained in:
commit
bafc1369bf
|
@ -100,7 +100,7 @@ def main():
|
||||||
os.system("cd " + os.environ['WORKSPACE']);
|
os.system("cd " + os.environ['WORKSPACE']);
|
||||||
os.mkdir("android_build_objs")
|
os.mkdir("android_build_objs")
|
||||||
#add symbol link
|
#add symbol link
|
||||||
PROJECTS=["test_cpp",
|
PROJECTS=["test-cpp",
|
||||||
"test-javascript","test-lua"]
|
"test-javascript","test-lua"]
|
||||||
print platform.system()
|
print platform.system()
|
||||||
if(platform.system() == 'Darwin'):
|
if(platform.system() == 'Darwin'):
|
||||||
|
|
Loading…
Reference in New Issue