Fix to remove deprecated call

[build]
This commit is contained in:
Ilia Ross
2024-11-12 04:05:37 +02:00
parent 54a72c5025
commit 591dda7199

View File

@ -175,7 +175,7 @@ else {
}
}
$out = &backquote_command("sysctl -a machdep.cpu.cache.size");
$out = &backquote_command("sysctl hw.l1dcachesize");
if ($out =~ /:\s*(\d+)/) {
$rv[6] = $1 * 1024;
}