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/build.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/build.hh') diff --git a/include/build.hh b/include/build.hh index 426f786..fb42ef1 100644 --- a/include/build.hh +++ b/include/build.hh @@ -1,7 +1,7 @@ #ifndef BUILD #define BUILD -#include -void build(std::filesystem::path build_dir); +#include "vars.hh" +void build(Pkg pkg); #endif -- cgit v1.2.3