diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-03 00:18:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-05 16:57:22 +0300 |
commit | 2d907a525ab169f1cb97b87550e3646fde003733 (patch) | |
tree | fd6c820702a6a064bd6265d661ff77120064ac7c /libbrep/build.hxx | |
parent | 32a92bfa9ca270f262b34b6cfc82825d84f9026c (diff) |
Adapt to optional package revision
Diffstat (limited to 'libbrep/build.hxx')
-rw-r--r-- | libbrep/build.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbrep/build.hxx b/libbrep/build.hxx index a8139a8..625a0ca 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -52,8 +52,7 @@ namespace brep : package (move (p)), configuration (move (c)), toolchain_name (move (n)), - toolchain_version { - v.epoch, v.canonical_upstream, v.canonical_release, v.revision} {} + toolchain_version (v) {} }; inline bool |