last version, need ignore

This commit is contained in:
CocosRobot 2014-03-18 14:49:49 +08:00
parent 36cfd17e7b
commit 789ebb7d67
1 changed files with 3 additions and 3 deletions

View File

@ -120,9 +120,9 @@ def ANDROID_BUILD():
def main():
print 'will build mac project.'
suc_build_mac = MAC_BUILD()
#print 'will build android project.'
#suc_build_android = ANDROID_BUILD()
#suc_build_mac = MAC_BUILD()
print 'will build android project.'
suc_build_android = ANDROID_BUILD()
if suc_build_mac:
autotest(TYPE_MAC)
if suc_build_android: