From cdd5198aa2b1062ae0aa61a7396a7535a4f80ace Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 21 Jan 2023 16:31:54 +0100 Subject: Make sure libctor itself is built in the 'build' system and not 'host' system. Only detect tooling for the system/tools actually required in the tasks. --- ctor.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ctor.cc') diff --git a/ctor.cc b/ctor.cc index b2513af..d0d53d8 100644 --- a/ctor.cc +++ b/ctor.cc @@ -10,6 +10,7 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings) return { { + .system = ctor::output_system::build, .target = "libctor.a", .sources = { "src/build.cc", -- cgit v1.2.3