aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-01-12 14:00:49 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2023-01-16 16:22:15 +0300
commit4e1978b3d65e22b96e0c4ff47ebae1a6de4de283 (patch)
tree0f47c814d749e0ec00d6aeba97d938beaa53a46e /bpkg/utility.hxx
parent1e61496d9c5f4943c320a0fccd36a6ab3da45248 (diff)
Initial system package manager infrastructure
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index 8e7260a..04c7c94 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -99,6 +99,10 @@ namespace bpkg
extern const dir_path current_dir; // ./
+ // Host target triplet for which we were built.
+ //
+ extern const target_triplet host_triplet;
+
// Temporary directory facility.
//
// An entry normally maps <cfg-dir> to <cfg-dir>/.bpkg/tmp/ but can also map