From 608addf75a6283d6db9467dc27272a9e28fe4670 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 6 Feb 2025 17:27:18 +0100 Subject: Add argsplit to support multiple arguments in CXXFLAGS, CFLAGS and LDFLAGS. --- src/ctor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ctor.h') diff --git a/src/ctor.h b/src/ctor.h index 27706c7..6cb46a5 100644 --- a/src/ctor.h +++ b/src/ctor.h @@ -191,7 +191,7 @@ using asm_flag = ctor::flag; using c_flags = std::vector; using cxx_flags = std::vector; -using ld_flags= std::vector; +using ld_flags = std::vector; using ar_flags = std::vector; using asm_flags = std::vector; -- cgit v1.2.3