aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/ellcc.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/ellcc.js')
-rw-r--r--lib/compilers/ellcc.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compilers/ellcc.js b/lib/compilers/ellcc.js
index 7d74a1eca..be90e8eb8 100644
--- a/lib/compilers/ellcc.js
+++ b/lib/compilers/ellcc.js
@@ -25,6 +25,8 @@ const
ClangCompiler = require('./clang');
class EllccCompiler extends ClangCompiler {
+ static get key() { return 'ellcc'; }
+
getSharedLibraryPathsAsArguments() {
const pathFlag = this.compiler.rpathFlag || '-Wl,-rpath,';