From f834093a8904a076f248d0f7034b66bbe0a5087f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 23 Jun 2021 21:13:39 +0200 Subject: Add configure checks for programs and be more consistent with the use of the phrases build and host systems (inspired by autotools). --- task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'task.h') 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}; }; -- cgit v1.2.3