diff options
| author | ruki <[email protected]> | 2017-02-21 11:28:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-21 11:28:30 +0800 |
| commit | 4d635c3a48b87f92866ebfbc229558becf896158 (patch) | |
| tree | ee06a532b0f10dfe889f869b5e6981d888770336 /xmake/actions/config/xmake.lua | |
| parent | 02aa42bce096ac637a932c2c96cf0d538746308a (diff) | |
add dlang languages and tools for macosx
Diffstat (limited to 'xmake/actions/config/xmake.lua')
| -rwxr-xr-x | xmake/actions/config/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua index cc9bf0e28..3effd29bb 100755 --- a/xmake/actions/config/xmake.lua +++ b/xmake/actions/config/xmake.lua @@ -123,7 +123,7 @@ task("config") , " - sdk/include" } , {} - , {nil, "dd", "kv", "auto", "The Debugger" } + , {nil, "dg", "kv", "auto", "The Debugger" } -- show language menu options , function () |
