summaryrefslogtreecommitdiff
path: root/ctor.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-01-21 16:31:54 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2023-01-21 17:17:54 +0100
commitcdd5198aa2b1062ae0aa61a7396a7535a4f80ace (patch)
treece778f1e018845e8e16aacb333653685c15e3a4c /ctor.cc
parente4ccfe780f52cdb6c0764074effcd60235d33762 (diff)
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.msvc
Diffstat (limited to 'ctor.cc')
-rw-r--r--ctor.cc1
1 files changed, 1 insertions, 0 deletions
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",