diff options
| author | ruki <[email protected]> | 2018-12-19 22:48:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-12-19 10:49:18 +0800 |
| commit | 1758e5f01e5684bf8da0187bb5b6ee7ac93fd4e6 (patch) | |
| tree | e5879bdf6d8f98432fd0e34912864b6b57998f6e /xmake/platforms/mingw/xmake.lua | |
| parent | 998aedba0b07b6b7605272b99e6dc0d59e5c8ac6 (diff) | |
improve mingw
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" } + } + } |
