aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-06 16:29:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-09-06 16:29:35 +0200
commit1ae87796a1c76e4f78763e788aa5027e5e1cccc2 (patch)
treed7cfb908380e3d5d8dea920799cb6572f623932e /build
parent60e054bbac499cf9258df04ca0f8cc25e6981839 (diff)
Make sure configuration report variables are set in skeleton mode
Diffstat (limited to 'build')
-rw-r--r--build/root.build7
1 files changed, 7 insertions, 0 deletions
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]
+}