diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-02 09:56:50 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-02 09:56:50 +0000 |
| commit | 7322d59fef7958cc80604309804bc051243b9199 (patch) | |
| tree | 5b2226d33a7f66249b4d2af6e436177c72e4f93f /include | |
| parent | 979a9571b7118822e67735654b36498fb8010c2a (diff) | |
install from local repos! :D
Diffstat (limited to 'include')
| -rw-r--r-- | include/vars.hh | 1 |
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; |
