summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-21 23:02:42 +0800
committerruki <[email protected]>2022-11-21 23:02:42 +0800
commit2f28634cc1b339affb4720d7f6164704fc2f0711 (patch)
tree0f59e5816f84c737e0ef5dd3bceac84f4cafd572
parented1083eba5008fc9fab83dfec7c2aaee1cd684bf (diff)
fix memcache
-rw-r--r--xmake/modules/package/tools/autoconf.lua2
1 files changed, 1 insertions, 1 deletions
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`?