mirror of https://github.com/axmolengine/axmol.git
issue #3828: Fix a mistake in android-build.py.
This commit is contained in:
parent
5d67d53393
commit
ebe22aaeec
|
@ -203,7 +203,7 @@ def build_samples(target,ndk_build_param,android_platform,build_mode):
|
|||
|
||||
app_android_root = ''
|
||||
for target in build_targets:
|
||||
elif target == 'testcpp':
|
||||
if target == 'testcpp':
|
||||
app_android_root = os.path.join(cocos_root, 'samples/test-cpp/proj.android')
|
||||
elif target == 'testlua':
|
||||
app_android_root = os.path.join(cocos_root, 'samples/test-lua/proj.android')
|
||||
|
|
Loading…
Reference in New Issue