diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-02 08:38:13 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-02 08:38:13 +0000 |
| commit | 44eb727dc537403be092326639a5b7c6d7182146 (patch) | |
| tree | 1459603e69496400c22f53dcec67ec2c3348400a /include/build.hh | |
| parent | c555d4c25b5526c37e94ee2c593f34bdf28b159e (diff) | |
fixed like half of everything idk, you can install stuff now
Diffstat (limited to 'include/build.hh')
| -rw-r--r-- | include/build.hh | 4 |
1 files changed, 2 insertions, 2 deletions
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 <filesystem> -void build(std::filesystem::path build_dir); +#include "vars.hh" +void build(Pkg pkg); #endif |
