only build c++ codes

This commit is contained in:
minggo 2015-01-29 14:01:11 +08:00
parent 73eeebf0d6
commit b8e50da05e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def caculate_built_samples(args):
def do_build(app_android_root, build_mode):
command = 'cocos compile -p android -s %s -m %s' % (app_android_root, build_mode)
command = 'cocos compile -p android -s %s --ndk-mode %s' % (app_android_root, build_mode)
print command
if os.system(command) != 0: