forgot to replace

This commit is contained in:
Nishi 2026-04-28 15:25:22 +09:00
commit d980f5c6b2

1
configure vendored
View file

@ -196,6 +196,7 @@ foreach my $e (param_list()) {
print("Enabled: " . join(" ", @l) . "\n");
$cc =~ s/\*host\*/$host/;
$cxx =~ s/\*host\*/$host/;
$ar =~ s/\*host\*/$host/;
open(OUT, ">", "Makefile");