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 --- scene/SCsub | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/SCsub') diff --git a/scene/SCsub b/scene/SCsub index 513adeffda..bec1b40ed6 100644 --- a/scene/SCsub +++ b/scene/SCsub @@ -31,6 +31,7 @@ SConscript('resources/SCsub') # Build it all as a library lib = env.Library("scene", env.scene_sources) +env.NoCache(lib) env.Prepend(LIBS=[lib]) Export('env') -- cgit v1.2.3