summaryrefslogtreecommitdiff
path: root/xsd/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/build/root.build')
-rw-r--r--xsd/build/root.build9
1 files changed, 6 insertions, 3 deletions
diff --git a/xsd/build/root.build b/xsd/build/root.build
index 8589e33..cf9d6a6 100644
--- a/xsd/build/root.build
+++ b/xsd/build/root.build
@@ -3,6 +3,8 @@
config [bool] config.xsd.develop ?= false
+develop = $config.xsd.develop
+
define cli: file
cli{*}: extension = cli
@@ -29,6 +31,7 @@ cxx.poptions =+ "-I$out_root" "-I$src_root"
#
# Note that cat is a builtin which means this is both portable and fast.
#
-copyright = $process.run_regex(cat $src_root/LICENSE, \
- 'Copyright \(c\) (.+)\.', \
- '\1')
+if ($build.mode != 'skeleton')
+ copyright = $process.run_regex(cat $src_root/LICENSE, \
+ 'Copyright \(c\) (.+)\.', \
+ '\1')