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 --- servers/SCsub | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'servers/SCsub') diff --git a/servers/SCsub b/servers/SCsub index ad43faf72e..252a18ffd3 100644 --- a/servers/SCsub +++ b/servers/SCsub @@ -13,7 +13,6 @@ SConscript('physics_2d/SCsub') SConscript('visual/SCsub') SConscript('audio/SCsub') -lib = env.Library("servers", env.servers_sources) -env.NoCache(lib) +lib = env.add_library("servers", env.servers_sources) env.Prepend(LIBS=[lib]) -- cgit v1.2.3