diff options
Diffstat (limited to 'src/build.cc')
| -rw-r--r-- | src/build.cc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/build.cc b/src/build.cc deleted file mode 100644 index a78faf9..0000000 --- a/src/build.cc +++ /dev/null @@ -1,17 +0,0 @@ -#include <filesystem> -#include <iostream> - -#include "build.hh" -#include "lua_build.hh" -#include "vars.hh" - -void build(Pkg pkg) { - if (pkg.src != std::filesystem::current_path().string()) { - std::filesystem::current_path(pkg.src); - } - if (lua_build(pkg.name.c_str(), pkg.target, pkg.src.c_str())) { - return; - } else { - std::cout << print_error << "no usable build system was found\n"; - } -}
\ No newline at end of file |
