From 2f28634cc1b339affb4720d7f6164704fc2f0711 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 21 Nov 2022 23:02:42 +0800 Subject: fix memcache --- xmake/modules/package/tools/autoconf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/package/tools/autoconf.lua b/xmake/modules/package/tools/autoconf.lua index 2f35ec6f0..29a2dd49f 100644 --- a/xmake/modules/package/tools/autoconf.lua +++ b/xmake/modules/package/tools/autoconf.lua @@ -74,7 +74,7 @@ end -- get memcache function _memcache() - return memcache("package.tools.autoconf") + return memcache.cache("package.tools.autoconf") end -- has `--with-pic`? -- cgit v1.3.1