diff options
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 |
