disable caching for targets using helper functions
This commit is contained in:
+1
-2
@@ -474,8 +474,7 @@ if env['tools']:
|
||||
SConscript('import/SCsub')
|
||||
SConscript('plugins/SCsub')
|
||||
|
||||
lib = env.Library("editor", env.editor_sources)
|
||||
env.NoCache(lib)
|
||||
lib = env.add_library("editor", env.editor_sources)
|
||||
env.Prepend(LIBS=[lib])
|
||||
|
||||
Export('env')
|
||||
|
||||
Reference in New Issue
Block a user