summaryrefslogtreecommitdiff
path: root/xmake/core/tool/debugger.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-21 11:28:30 +0800
committerruki <[email protected]>2017-02-21 11:28:30 +0800
commit4d635c3a48b87f92866ebfbc229558becf896158 (patch)
treeee06a532b0f10dfe889f869b5e6981d888770336 /xmake/core/tool/debugger.lua
parent02aa42bce096ac637a932c2c96cf0d538746308a (diff)
add dlang languages and tools for macosx
Diffstat (limited to 'xmake/core/tool/debugger.lua')
-rw-r--r--xmake/core/tool/debugger.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/tool/debugger.lua b/xmake/core/tool/debugger.lua
index c6f223f87..a906b7371 100644
--- a/xmake/core/tool/debugger.lua
+++ b/xmake/core/tool/debugger.lua
@@ -55,7 +55,7 @@ function debugger.load()
local instance = table.inherit(debugger)
-- load the debugger tool
- local result, errors = tool.load("dd")
+ local result, errors = tool.load("dg")
if not result then
return nil, errors
end