diff options
-rw-r--r-- | src/luarocks/core/cfg.tl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/luarocks/core/cfg.tl b/src/luarocks/core/cfg.tl index f4c78ebf..3613e9dc 100644 --- a/src/luarocks/core/cfg.tl +++ b/src/luarocks/core/cfg.tl | |||
@@ -20,7 +20,11 @@ local sysdetect = require("luarocks.core.sysdetect") | |||
20 | local vers = require("luarocks.core.vers") | 20 | local vers = require("luarocks.core.vers") |
21 | 21 | ||
22 | local record cfg | 22 | local record cfg |
23 | 23 | detect_sysconfdir: function(): string | |
24 | make_platforms: function(system: string): {any: boolean} | ||
25 | make_defaults: function(lua_version: string, target_cpu: string, platforms: {any: any}, home: string): {any: any} | ||
26 | use_defaults: function(cfg, defaults: {any: any}) | ||
27 | --! | ||
24 | end | 28 | end |
25 | 29 | ||
26 | -------------------------------------------------------------------------------- | 30 | -------------------------------------------------------------------------------- |