From a65c0939fd1adc616275ad01996917fab89a7b9c Mon Sep 17 00:00:00 2001 From: Rhody Lugo Date: Tue, 28 Nov 2017 16:27:57 -0400 Subject: disable caching for targets using helper functions --- scene/SCsub | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scene/SCsub') diff --git a/scene/SCsub b/scene/SCsub index bec1b40ed6..5d81e818ba 100644 --- a/scene/SCsub +++ b/scene/SCsub @@ -30,8 +30,7 @@ SConscript('resources/SCsub') # Build it all as a library -lib = env.Library("scene", env.scene_sources) -env.NoCache(lib) +lib = env.add_library("scene", env.scene_sources) env.Prepend(LIBS=[lib]) Export('env') -- cgit v1.2.3