disable caching for targets using helper functions
This commit is contained in:
parent
24baf79c5e
commit
a65c0939fd
24 changed files with 45 additions and 50 deletions
|
|
@ -13,7 +13,6 @@ SConscript('physics_2d/SCsub')
|
|||
SConscript('visual/SCsub')
|
||||
SConscript('audio/SCsub')
|
||||
|
||||
lib = env.Library("servers", env.servers_sources)
|
||||
env.NoCache(lib)
|
||||
lib = env.add_library("servers", env.servers_sources)
|
||||
|
||||
env.Prepend(LIBS=[lib])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue