fix
This commit is contained in:
parent
5320061946
commit
935c7bcdc0
1 changed files with 2 additions and 0 deletions
|
|
@ -139,6 +139,8 @@ pmake.libs = function(target, if_str, nostr) {
|
||||||
function recursion(x) {
|
function recursion(x) {
|
||||||
if(x instanceof pmake.LibraryProject) {
|
if(x instanceof pmake.LibraryProject) {
|
||||||
return pmake.libs(x, if_str);
|
return pmake.libs(x, if_str);
|
||||||
|
} else if(!nostr && if_str) {
|
||||||
|
return [ if_str(x) ];
|
||||||
} else if(!nostr) {
|
} else if(!nostr) {
|
||||||
return [ x ];
|
return [ x ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue