summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-10-15 22:17:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-15 22:17:28 +0300
commitbc5192e6d345095eca59cd4b88c8f391ee1b2156 (patch)
tree3c8d90dbf7c37a0d0d481f6aeaaf4ef3975cc993 /buildfile
parent174937f22872390192eff0f5e45a3e91e1d91166 (diff)
Release version 1.0.0+8v1.0.0+8
Mark headers as importable in buildfiles Drop @ from bin.lib.version in libhello/buildfile Add commented out c/cxx/cc.internal.scope to root.build Make glue buildfile to read packages.manifest Fortify tests against NDEBUG Add BMI extensions to and ignore compressed .i and .i in .gitignore Bump project requirements for build2 to 0.14.0-
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index aad5e21..c3c8909 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,6 @@
# Glue buildfile that "pulls" all the packages in the project.
#
-import pkgs = */
+import pkgs = [dir_paths] $process.run_regex(\
+ cat $src_root/packages.manifest, '\s*location\s*:\s*(\S+)\s*', '\1')
./: $pkgs