diff options
| author | Rhody Lugo | 2017-11-27 09:39:05 -0400 |
|---|---|---|
| committer | Rhody Lugo | 2017-11-28 03:23:33 -0400 |
| commit | a4a222d62dcffaf93e3dd439c3f61836a4cd831e (patch) | |
| tree | 72f06c4b4a0aaa17aa9108bc12f20d057b671151 /platform/android/SCsub | |
| parent | a26b36bec2e99a128b7a61ff9fa1e2e46148f547 (diff) | |
| download | godot-a4a222d62dcffaf93e3dd439c3f61836a4cd831e.tar.gz godot-a4a222d62dcffaf93e3dd439c3f61836a4cd831e.tar.zst godot-a4a222d62dcffaf93e3dd439c3f61836a4cd831e.zip | |
use the same cache for all branches for appveyor
Diffstat (limited to 'platform/android/SCsub')
| -rw-r--r-- | platform/android/SCsub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/SCsub b/platform/android/SCsub index 7fa026235..74349cb0a 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': |
