diff options
Diffstat (limited to 'core/SCsub')
-rw-r--r-- | core/SCsub | 3 |
1 files changed, 1 insertions, 2 deletions
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') |