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 --- editor/SCsub | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editor/SCsub') diff --git a/editor/SCsub b/editor/SCsub index 8a0e36b4a3..8f87e12cb9 100644 --- a/editor/SCsub +++ b/editor/SCsub @@ -474,8 +474,7 @@ if env['tools']: SConscript('import/SCsub') SConscript('plugins/SCsub') - lib = env.Library("editor", env.editor_sources) - env.NoCache(lib) + lib = env.add_library("editor", env.editor_sources) env.Prepend(LIBS=[lib]) Export('env') -- cgit v1.2.3