diff --git a/src/js/core.js b/src/js/core.js index f02f57c..4cca0c3 100644 --- a/src/js/core.js +++ b/src/js/core.js @@ -229,9 +229,9 @@ POSIXCompiler.prototype.link = function(target, files) { var c = ""; var cxx = target.sources.filter(pmake.isCxx); if(!cxx || cxx.length == 0) { - c = this.prefix + this.cc; + c = this.cc; } else { - c = this.prefix + this.cxx; + c = this.cxx; } function add_l(x) {