aboutsummaryrefslogtreecommitdiff
path: root/include/vars.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/vars.hh')
-rw-r--r--include/vars.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vars.hh b/include/vars.hh
index 8c82155..1d516ea 100644
--- a/include/vars.hh
+++ b/include/vars.hh
@@ -18,6 +18,7 @@ struct Pkg {
const char* target;
std::string ver;
std::filesystem::path src;
+ bool is_local;
};
extern const std::string home_dir;