From d980f5c6b2e62288415964a3c226cf9683be0b7d Mon Sep 17 00:00:00 2001 From: Nishi Date: Tue, 28 Apr 2026 15:25:22 +0900 Subject: [PATCH] forgot to replace --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 53a48f2d9..24f80a474 100755 --- a/configure +++ b/configure @@ -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");