aboutsummaryrefslogtreecommitdiff
path: root/libbuild2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-06-16 13:07:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-06-16 13:07:31 +0200
commit50e725ae23124a10d56a615fb8b0ae80d0d2b4d3 (patch)
treeab916fa1916d7e435a3bf4e25ef205ce4eccbd08 /libbuild2
parentaf73b1603d851dcb2ce7ae84bd57df0c2f9a716d (diff)
Add metadata for exe{b}, including whether it is statically-linked
Use this information to omit ad hoc C++ recipe tests is testing statically- linked build system.
Diffstat (limited to 'libbuild2')
-rw-r--r--libbuild2/version.hxx.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/version.hxx.in b/libbuild2/version.hxx.in
index d221d03..a9db847 100644
--- a/libbuild2/version.hxx.in
+++ b/libbuild2/version.hxx.in
@@ -28,6 +28,7 @@
#define LIBBUILD2_VERSION $build2.version.project_number$ULL
#define LIBBUILD2_VERSION_STR "$build2.version.project$"
#define LIBBUILD2_VERSION_ID "$build2.version.project_id$"
+#define LIBBUILD2_VERSION_FULL "$build2.version$"
#define LIBBUILD2_VERSION_MAJOR $build2.version.major$
#define LIBBUILD2_VERSION_MINOR $build2.version.minor$