summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/checker.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-15 09:38:28 +0800
committerruki <[email protected]>2016-07-15 09:38:28 +0800
commit58cff8a86ee90990a3fc5c82ec0c9048403350ed (patch)
treec3d22d8c963c9398cb1405b08aa529959bd37579 /xmake/platforms/linux/checker.lua
parentdfe578f0d1ffc49f280a6b60724cf8c69674d451 (diff)
add debugger for macosx
Diffstat (limited to 'xmake/platforms/linux/checker.lua')
-rw-r--r--xmake/platforms/linux/checker.lua1
1 files changed, 1 insertions, 0 deletions
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