mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-27 09:30:39 +02:00
[cairo-boilerplate] Do not throw an error if an exclude target is not found.
If we fail to exclude a target because it was not in the list of targets - job done and no need to throw a tantrum.
This commit is contained in:
parent
4f7c5a5033
commit
dc23ecb619
1 changed files with 0 additions and 5 deletions
|
|
@ -417,11 +417,6 @@ cairo_boilerplate_get_targets (int *pnum_targets, cairo_bool_t *plimited_targets
|
|||
}
|
||||
num_targets = j;
|
||||
|
||||
if (!found) {
|
||||
fprintf (stderr, "Cannot find target '%.*s'\n", (int)(end - tname), tname);
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
if (*end)
|
||||
end++;
|
||||
tname = end;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue