summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-11-28 09:17:05 +0100
committerGitHub <noreply@github.com>2017-11-28 09:17:05 +0100
commit95e7656a152f6158b50ff15f232097ff2175d170 (patch)
tree72f06c4b4a0aaa17aa9108bc12f20d057b671151 /editor
parenta26b36bec2e99a128b7a61ff9fa1e2e46148f547 (diff)
parenta4a222d62dcffaf93e3dd439c3f61836a4cd831e (diff)
Merge pull request #13359 from rraallvv/cache_pruning
Fixes for SCons shared cache for Travis-CI and AppVeyor-CI (master)
Diffstat (limited to 'editor')
-rw-r--r--editor/SCsub1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/SCsub b/editor/SCsub
index 75ec422bd5..8a0e36b4a3 100644
--- a/editor/SCsub
+++ b/editor/SCsub
@@ -475,6 +475,7 @@ if env['tools']:
SConscript('plugins/SCsub')
lib = env.Library("editor", env.editor_sources)
+ env.NoCache(lib)
env.Prepend(LIBS=[lib])
Export('env')