diff options
| -rw-r--r-- | xmake/modules/package/tools/autoconf.lua | 2 |
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`? |
