fix a bug when building AssetsManagerTest

This commit is contained in:
minggo 2013-11-01 17:03:15 +08:00
parent 915d75ea7c
commit 81c16d9a0e
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ def copy_resources(target, app_android_root):
copy_files(resources_dir, assets_dir)
# jsb samples should copy javascript files and resources(shared with cocos2d-html5)
if target in JSB_SAMPLES or target == "assetsmanager":
if target in JSB_SAMPLES:
resources_dir = os.path.join(app_android_root, "../../../../cocos/scripting/javascript/script")
copy_files(resources_dir, assets_dir)