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 --- modules/gdnative/SCsub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/gdnative') diff --git a/modules/gdnative/SCsub b/modules/gdnative/SCsub index f5a593cf4..1641d26cb 100644 --- a/modules/gdnative/SCsub +++ b/modules/gdnative/SCsub @@ -248,4 +248,5 @@ if ARGUMENTS.get('gdnative_wrapper', False): if not env.msvc: gd_wrapper_env.Append(CCFLAGS=['-fPIC']) - gd_wrapper_env.Library("#bin/gdnative_wrapper_code", [gensource]) + lib = gd_wrapper_env.Library("#bin/gdnative_wrapper_code", [gensource]) + gd_wrapper_env.NoCache(lib) -- cgit v1.3.1