summaryrefslogtreecommitdiff
path: root/task.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-06-23 21:13:39 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2021-06-23 21:13:39 +0200
commitf834093a8904a076f248d0f7034b66bbe0a5087f (patch)
tree2b4deb11ecadc54c74fcd6c0ad03c1616e3d2bf6 /task.h
parentc21a9c55382b930ffeea5042aa7e0dd48b453c4a (diff)
Add configure checks for programs and be more consistent with the use of the phrases build and host systems (inspired by autotools).
Diffstat (limited to 'task.h')
-rw-r--r--task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/task.h b/task.h
index 09bfd7d..8ad11c3 100644
--- a/task.h
+++ b/task.h
@@ -53,5 +53,5 @@ protected:
const BuildConfiguration& config;
TargetType target_type{TargetType::Auto};
Language source_language{Language::Auto};
- OutputSystem output_system{OutputSystem::Target};
+ OutputSystem output_system{OutputSystem::Host};
};