From 3cbadb8f5c55020ece96fab0fc8f4f51da01888e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 19 Jan 2023 14:22:51 +0100 Subject: Make extension deduction architecture-aware. --- ctor.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'ctor.cc') diff --git a/ctor.cc b/ctor.cc index c9faa5e..b2513af 100644 --- a/ctor.cc +++ b/ctor.cc @@ -10,7 +10,6 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings) return { { - .type = ctor::target_type::static_library, .target = "libctor.a", .sources = { "src/build.cc", -- cgit v1.2.3