diff options
| author | ruki <[email protected]> | 2021-06-15 22:47:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-06-15 22:47:49 +0800 |
| commit | debc652cd0448967a9a2c5425a1d1ae7c6235af0 (patch) | |
| tree | 2f8d8283242ff5af3129cc6b256f19d6aa655325 /xmake/modules/private/action/require/impl/package.lua | |
| parent | b820270442536da435f5fb5582bf56b8bde53011 (diff) | |
add import/export configs
Diffstat (limited to 'xmake/modules/private/action/require/impl/package.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/package.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua index 2c9fc0aae..e3fa7e3af 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -383,6 +383,7 @@ function _finish_requireinfo(requireinfo, package) -- we need ensure readonly configs for _, name in ipairs(table.keys(requireinfo.configs)) do if package:extraconf("configs", name, "readonly") then + print(name, requireinfo.configs[name], package:extraconf("configs", name, "default")) -- package:config() will use default value after loading package requireinfo.configs[name] = nil end |
