aboutsummaryrefslogtreecommitdiff
path: root/include/vars.hh
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-02 09:56:50 +0000
committerdacctal <dacctal@symlinx.net>2026-05-02 09:56:50 +0000
commit7322d59fef7958cc80604309804bc051243b9199 (patch)
tree5b2226d33a7f66249b4d2af6e436177c72e4f93f /include/vars.hh
parent979a9571b7118822e67735654b36498fb8010c2a (diff)
install from local repos! :D
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;