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 --- editor/SCsub | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/SCsub') 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') -- cgit v1.2.3