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, 1 insertions, 1 deletions
diff --git a/lib/compilers/ellcc.js b/lib/compilers/ellcc.js
index 2d025e253..7d74a1eca 100644
--- a/lib/compilers/ellcc.js
+++ b/lib/compilers/ellcc.js
@@ -26,7 +26,7 @@ const
class EllccCompiler extends ClangCompiler {
getSharedLibraryPathsAsArguments() {
- const pathFlag = this.compiler.rpathFlag || "-Wl,-rpath,";
+ const pathFlag = this.compiler.rpathFlag || '-Wl,-rpath,';
return this.compiler.ldPath.map(path => pathFlag + path);
}