disable caching for targets using helper functions
This commit is contained in:
@ -9,6 +9,5 @@ Export('env')
|
||||
|
||||
# SConscript('math/SCsub');
|
||||
|
||||
lib = env.Library("tests", env.tests_sources)
|
||||
env.NoCache(lib)
|
||||
lib = env.add_library("tests", env.tests_sources)
|
||||
env.Prepend(LIBS=[lib])
|
||||
|
||||
Reference in New Issue
Block a user