From 58cff8a86ee90990a3fc5c82ec0c9048403350ed Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 15 Jul 2016 09:38:28 +0800 Subject: add debugger for macosx --- xmake/platforms/linux/checker.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'xmake/platforms/linux/checker.lua') diff --git a/xmake/platforms/linux/checker.lua b/xmake/platforms/linux/checker.lua index b0eb88dc1..17556f44c 100644 --- a/xmake/platforms/linux/checker.lua +++ b/xmake/platforms/linux/checker.lua @@ -71,6 +71,7 @@ function _check_toolchains(config) checker.check_toolchain(config, "ar", cross, "ar", "the static library archiver") checker.check_toolchain(config, "ex", cross, "ar", "the static library extractor") checker.check_toolchain(config, "sh", cross, "g++", "the shared library linker") + checker.check_toolchain(config, "dd", cross, "gdb", "the debugger") end -- init it -- cgit v1.3.1