summaryrefslogtreecommitdiff
path: root/main/tests/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/SCsub')
-rw-r--r--main/tests/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/SCsub b/main/tests/SCsub
index 03495c0649..bb44e9e5da 100644
--- a/main/tests/SCsub
+++ b/main/tests/SCsub
@@ -10,5 +10,5 @@ Export('env')
# SConscript('math/SCsub');
lib = env.Library("tests", env.tests_sources)
-
+env.NoCache(lib)
env.Prepend(LIBS=[lib])