diff options
Diffstat (limited to 'xmake/platforms/mingw/xmake.lua')
| -rw-r--r-- | xmake/platforms/mingw/xmake.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xmake/platforms/mingw/xmake.lua b/xmake/platforms/mingw/xmake.lua index da19c2fbb..e1cd53207 100644 --- a/xmake/platforms/mingw/xmake.lua +++ b/xmake/platforms/mingw/xmake.lua @@ -43,3 +43,17 @@ platform("mingw") -- on load on_load("load") + -- set menu + set_menu { + config = + { + {category = "MingW Configuration" } + , {nil, "mingw", "kv", nil, "The MingW SDK Directory" } + } + + , global = + { + {category = "MingW Configuration" } + , {nil, "mingw", "kv", nil, "The MingW SDK Directory" } + } + } |
