From 44eb727dc537403be092326639a5b7c6d7182146 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sat, 2 May 2026 08:38:13 +0000 Subject: fixed like half of everything idk, you can install stuff now --- include/vars.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/vars.hh') diff --git a/include/vars.hh b/include/vars.hh index b70615b..8c82155 100644 --- a/include/vars.hh +++ b/include/vars.hh @@ -15,6 +15,7 @@ extern bool config_exists; struct Pkg { std::string url; std::string name; + const char* target; std::string ver; std::filesystem::path src; }; @@ -76,6 +77,7 @@ extern const std::string color_reset; extern const std::string print_pkgit; extern const std::string print_skipped; +extern const std::string print_warning; extern const std::string print_error; #endif -- cgit v1.2.3