aboutsummaryrefslogtreecommitdiff
path: root/libbrep/build.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbrep/build.cxx')
-rw-r--r--libbrep/build.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/libbrep/build.cxx b/libbrep/build.cxx
index 8f075dc..45ef678 100644
--- a/libbrep/build.cxx
+++ b/libbrep/build.cxx
@@ -63,12 +63,14 @@ namespace brep
optional<string> afp, optional<string> ach,
string mnm, string msm,
butl::target_triplet trg)
- : id (package_id (move (tnt), move (pnm), pvr), move (cfg), tvr),
+ : id (package_id (move (tnt), move (pnm), pvr),
+ move (cfg),
+ move (tnm), tvr),
tenant (id.package.tenant),
package_name (id.package.name),
package_version (move (pvr)),
configuration (id.configuration),
- toolchain_name (move (tnm)),
+ toolchain_name (id.toolchain_name),
toolchain_version (move (tvr)),
state (build_state::building),
timestamp (timestamp_type::clock::now ()),