From af0f01058a0083d93eb5b41006a817f0474b4787 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 22 Jan 2025 07:37:36 +0100 Subject: Use correct host/build identifier string *-cxx instead of *-cpp --- src/ctor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ctor.h b/src/ctor.h index 6f21aca..191fed1 100644 --- a/src/ctor.h +++ b/src/ctor.h @@ -267,12 +267,12 @@ namespace cfg constexpr auto builddir = "builddir"; constexpr auto host_cc = "host-cc"; -constexpr auto host_cxx = "host-cpp"; +constexpr auto host_cxx = "host-cxx"; constexpr auto host_ar = "host-ar"; constexpr auto host_ld = "host-ld"; constexpr auto build_cc = "build-cc"; -constexpr auto build_cxx = "build-cpp"; +constexpr auto build_cxx = "build-cxx"; constexpr auto build_ar = "build-ar"; constexpr auto build_ld = "build-ld"; -- cgit v1.2.3