diff options
author | Rhody Lugo <rhodylugo@gmail.com> | 2017-11-27 09:39:05 -0400 |
---|---|---|
committer | Rhody Lugo <rhodylugo@gmail.com> | 2017-11-28 03:23:33 -0400 |
commit | a4a222d62dcffaf93e3dd439c3f61836a4cd831e (patch) | |
tree | 72f06c4b4a0aaa17aa9108bc12f20d057b671151 /drivers/SCsub | |
parent | a26b36bec2e99a128b7a61ff9fa1e2e46148f547 (diff) |
use the same cache for all branches for appveyor
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/SCsub b/drivers/SCsub index 938927f3a9..d96d0ed7a9 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -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]) |