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 --- core/SCsub | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core') diff --git a/core/SCsub b/core/SCsub index be2034409e..1545bc8aeb 100644 --- a/core/SCsub +++ b/core/SCsub @@ -105,7 +105,6 @@ SConscript('helper/SCsub') # Build it all as a library -lib = env.Library("core", env.core_sources) -env.NoCache(lib) +lib = env.add_library("core", env.core_sources) env.Prepend(LIBS=[lib]) Export('env') -- cgit v1.2.3