From 4d635c3a48b87f92866ebfbc229558becf896158 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 21 Feb 2017 11:28:30 +0800 Subject: add dlang languages and tools for macosx --- xmake/core/tool/debugger.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/core/tool/debugger.lua') 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 -- cgit v1.3.1