mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
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");
|
||||
if (not -f "cctest.a") {
|
||||
print OUT "Check your linker (ar).\n";
|
||||
print OUT "Check your archive tool (ar).\n";
|
||||
goto err;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user