diff options
| author | ruki <[email protected]> | 2020-05-21 22:39:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-21 09:54:38 +0800 |
| commit | 38b0a926dfdab29c5c1aaeb182bdba6bda5a2970 (patch) | |
| tree | 36cfd99fc5731a8ca1a83e078880cff888533572 /xmake/core/platform | |
| parent | f42509d5a1f4b98ef789bcd1a12cc436e3dc43b1 (diff) | |
improve set_formats
Diffstat (limited to 'xmake/core/platform')
| -rw-r--r-- | xmake/core/platform/platform.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xmake/core/platform/platform.lua b/xmake/core/platform/platform.lua index 9b0e1ebec..3fc92be63 100644 --- a/xmake/core/platform/platform.lua +++ b/xmake/core/platform/platform.lua @@ -321,11 +321,14 @@ function platform._apis() "platform.on_load" , "platform.on_check" } + , keyvalues = + { + "platform.set_formats" + } , dictionary = { -- platform.set_xxx "platform.set_menu" - , "platform.set_formats" } } end |
