summaryrefslogtreecommitdiff
path: root/scene/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'scene/SCsub')
-rw-r--r--scene/SCsub1
1 files changed, 1 insertions, 0 deletions
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')