summaryrefslogtreecommitdiff
path: root/task.h
diff options
context:
space:
mode:
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};
};