forked from pyrite-dev/pmake
fix
This commit is contained in:
parent
dd8ba60abf
commit
31415c8fc0
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue