From a4a222d62dcffaf93e3dd439c3f61836a4cd831e Mon Sep 17 00:00:00 2001 From: Rhody Lugo Date: Mon, 27 Nov 2017 09:39:05 -0400 Subject: use the same cache for all branches for appveyor --- platform/android/SCsub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/android') diff --git a/platform/android/SCsub b/platform/android/SCsub index 7fa0262359..74349cb0ad 100644 --- a/platform/android/SCsub +++ b/platform/android/SCsub @@ -144,8 +144,8 @@ manifest = manifest.replace("$$ADD_APPATTRIBUTE_CHUNKS$$", env.android_appattrib pp_baseout.write(manifest) -env_android.SharedLibrary("#bin/libgodot", [android_objects], SHLIBSUFFIX=env["SHLIBSUFFIX"]) - +lib = env_android.SharedLibrary("#bin/libgodot", [android_objects], SHLIBSUFFIX=env["SHLIBSUFFIX"]) +env_android.NoCache(lib) lib_arch_dir = '' if env['android_arch'] == 'armv6': -- cgit v1.2.3