From 1ae87796a1c76e4f78763e788aa5027e5e1cccc2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 6 Sep 2023 16:29:35 +0200 Subject: Make sure configuration report variables are set in skeleton mode --- build/root.build | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'build') diff --git a/build/root.build b/build/root.build index 4a28331..86a02a0 100644 --- a/build/root.build +++ b/build/root.build @@ -101,3 +101,10 @@ config.odb.gxx_name when cross-compiling" 'Copyright \(c\) (.+)\.', \ '\1') } +else +{ + # Set for report. + # + plugin_dir = [null] + gxx_name = [null] +} -- cgit v1.1