use the same cache for all branches for appveyor
This commit is contained in:
parent
a26b36bec2
commit
a4a222d62d
24 changed files with 106 additions and 56 deletions
1
drivers/SCsub
vendored
1
drivers/SCsub
vendored
|
|
@ -46,4 +46,5 @@ if env.split_drivers:
|
|||
else:
|
||||
env.add_source_files(env.drivers_sources, "*.cpp")
|
||||
lib = env.Library("drivers", env.drivers_sources)
|
||||
env.NoCache(lib)
|
||||
env.Prepend(LIBS=[lib])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue