fix build failures with test && ln
This commit is contained in:
282
build.ninja
282
build.ninja
File diff suppressed because one or more lines are too long
2
n.c
2
n.c
@@ -506,7 +506,7 @@ int main() {
|
||||
if (strstr("pause",s))
|
||||
puts(s);
|
||||
if (colon && strncmp(s,"have",4))
|
||||
fprintf(ninja,"build libowfat/%.*s: cphdr %.*s\n",(int)(colon-s),s,(int)(colon-s),s);
|
||||
fprintf(ninja,"build libowfat/%.*s: cphdr %.*s | lnifnewer\n",(int)(colon-s),s,(int)(colon-s),s);
|
||||
}
|
||||
fprintf(ninja,"\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user