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 /main/SCsub | |
parent | a26b36bec2e99a128b7a61ff9fa1e2e46148f547 (diff) |
use the same cache for all branches for appveyor
Diffstat (limited to 'main/SCsub')
-rw-r--r-- | main/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SCsub b/main/SCsub index ae63b94864..74a350ea01 100644 --- a/main/SCsub +++ b/main/SCsub @@ -57,5 +57,5 @@ env.Command("#main/app_icon.gen.h", "#main/app_icon.png", make_app_icon) SConscript('tests/SCsub') lib = env.Library("main", env.main_sources) - +env.NoCache(lib) env.Prepend(LIBS=[lib]) |