From a4a222d62dcffaf93e3dd439c3f61836a4cd831e Mon Sep 17 00:00:00 2001 From: Rhody Lugo Date: Mon, 27 Nov 2017 09:39:05 -0400 Subject: use the same cache for all branches for appveyor --- main/SCsub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/SCsub') 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]) -- cgit v1.2.3