aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.cxx
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.cxx
parent1e61496d9c5f4943c320a0fccd36a6ab3da45248 (diff)
Initial system package manager infrastructure
Diffstat (limited to 'bpkg/utility.cxx')
-rw-r--r--bpkg/utility.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx
index 52114df..b79c85b 100644
--- a/bpkg/utility.cxx
+++ b/bpkg/utility.cxx
@@ -46,6 +46,8 @@ namespace bpkg
const dir_path current_dir (".");
+ const target_triplet host_triplet (BPKG_HOST_TRIPLET);
+
map<dir_path, dir_path> tmp_dirs;
bool keep_tmp;