diff options
Diffstat (limited to 'xmake/core/sandbox')
| -rw-r--r-- | xmake/core/sandbox/modules/import/core/project/config.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xmake/core/sandbox/modules/import/core/project/config.lua b/xmake/core/sandbox/modules/import/core/project/config.lua index 99f48ace0..940cdb472 100644 --- a/xmake/core/sandbox/modules/import/core/project/config.lua +++ b/xmake/core/sandbox/modules/import/core/project/config.lua @@ -109,6 +109,13 @@ function sandbox_core_project_config.save(targetname) end end +-- read the value from the configure file directly +function sandbox_core_project_config.read(name, targetname) + + -- read it + return config.read(name, targetname) +end + -- the configure has been changed for the given target? function sandbox_core_project_config.changed(targetname) |
