From ae1871ca0ffcac3e8bd337f8d8bb4e7fd6c59295 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 10 Jul 2022 17:24:16 +0200 Subject: Make tools abstraction around compiler options to better support tool agnostic arguments. --- src/libctor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libctor.h') diff --git a/src/libctor.h b/src/libctor.h index 14fdf1d..96e1115 100644 --- a/src/libctor.h +++ b/src/libctor.h @@ -105,6 +105,7 @@ struct ExternalManual struct ExternalConfiguration { std::string name; // Name for configuration + OutputSystem system{OutputSystem::Host}; std::variant external; }; -- cgit v1.2.3