diff options
| author | ruki <[email protected]> | 2017-02-21 13:27:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-21 13:27:22 +0800 |
| commit | 60bce69c3f3be74e0de627d337b9b39e24aa45b8 (patch) | |
| tree | be7ae576eba06738e34b217f676464309afb00e8 /xmake/platforms/linux/check.lua | |
| parent | 4d635c3a48b87f92866ebfbc229558becf896158 (diff) | |
impl dmd compile and link
Diffstat (limited to 'xmake/platforms/linux/check.lua')
| -rw-r--r-- | xmake/platforms/linux/check.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/platforms/linux/check.lua b/xmake/platforms/linux/check.lua index 8b0c38dc6..e4a3b1a5a 100644 --- a/xmake/platforms/linux/check.lua +++ b/xmake/platforms/linux/check.lua @@ -78,7 +78,6 @@ function _check_toolchains(config) checker.check_toolchain_from_env(config, "ex", "AR", "the static library extractor") checker.check_toolchain_from_env(config, "sh", "SH", "the shared library linker") checker.check_toolchain_from_env(config, "sc", "SC", "the swift compiler") - checker.check_toolchain_from_env(config, "dg", "DD", "the debugger") end -- check for gcc |
