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 /modules/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 'modules/SCsub')
| -rw-r--r-- | modules/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/SCsub b/modules/SCsub index c1cf5a6c1..ea8b58b8c 100644 --- a/modules/SCsub +++ b/modules/SCsub @@ -18,5 +18,6 @@ for x in env.module_list: SConscript(x + "/SCsub") lib = env_modules.Library("modules", env.modules_sources) +env_modules.NoCache(lib) env.Prepend(LIBS=[lib]) |
