diff options
Diffstat (limited to 'lib/compilers/win32-vc.js')
-rw-r--r-- | lib/compilers/win32-vc.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compilers/win32-vc.js b/lib/compilers/win32-vc.js index 932d0fdeb..51ed4a9c4 100644 --- a/lib/compilers/win32-vc.js +++ b/lib/compilers/win32-vc.js @@ -27,6 +27,8 @@ const Win32Compiler = require('./win32'), AsmParser = require('../asm-parser-vc'); class Win32VcCompiler extends Win32Compiler { + static get key() { return 'win32-vc'; } + constructor(info, env) { super(info, env); this.asm = new AsmParser(this.compilerProps); |