Change output text (ar is not a linker).
This commit is contained in:
parent
0a150c5c9f
commit
0cff255077
@ -85,7 +85,7 @@ if (open(TEST,">cctest.c")) {
|
|||||||
}
|
}
|
||||||
system("ar r cctest.a");
|
system("ar r cctest.a");
|
||||||
if (not -f "cctest.a") {
|
if (not -f "cctest.a") {
|
||||||
print OUT "Check your linker (ar).\n";
|
print OUT "Check your archive tool (ar).\n";
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user