diff options
Diffstat (limited to 'lib/compilers/dmd.js')
-rw-r--r-- | lib/compilers/dmd.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compilers/dmd.js b/lib/compilers/dmd.js index 562108bfe..d50d4b3bb 100644 --- a/lib/compilers/dmd.js +++ b/lib/compilers/dmd.js @@ -27,6 +27,8 @@ const BaseCompiler = require('../base-compiler'), path = require('path'); class DMDCompiler extends BaseCompiler { + static get key() { return 'dmd'; } + constructor(compiler, env) { super(compiler, env); this.compiler.supportsIntel = true; |