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