mirror of https://github.com/axmolengine/axmol.git
last version, need ignore
This commit is contained in:
parent
36cfd17e7b
commit
789ebb7d67
|
@ -120,9 +120,9 @@ def ANDROID_BUILD():
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
print 'will build mac project.'
|
print 'will build mac project.'
|
||||||
suc_build_mac = MAC_BUILD()
|
#suc_build_mac = MAC_BUILD()
|
||||||
#print 'will build android project.'
|
print 'will build android project.'
|
||||||
#suc_build_android = ANDROID_BUILD()
|
suc_build_android = ANDROID_BUILD()
|
||||||
if suc_build_mac:
|
if suc_build_mac:
|
||||||
autotest(TYPE_MAC)
|
autotest(TYPE_MAC)
|
||||||
if suc_build_android:
|
if suc_build_android:
|
||||||
|
|
Loading…
Reference in New Issue