diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-24 10:23:38 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-24 10:23:38 +0000 |
| commit | aa0d78815004ae6b0c4a42b0e024f5c4ef555ae2 (patch) | |
| tree | 62f97b4c5acfdb98003568466f878fbd3d6b9dfb /src/lua_build.cc | |
| parent | 83d471f2c1d1b1fa6be51f41e4f1c36ab19d7094 (diff) | |
c rewrite
Diffstat (limited to 'src/lua_build.cc')
| -rw-r--r-- | src/lua_build.cc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/lua_build.cc b/src/lua_build.cc deleted file mode 100644 index fd07184..0000000 --- a/src/lua_build.cc +++ /dev/null @@ -1,25 +0,0 @@ -#include "lua_build.hh" -#include "lua_state.hh" -#include "vars.hh" -#include <filesystem> -#include <iostream> -#include <unordered_map> - -bool lua_build(const char *repository, const char *target, const char *path) { - std::cout << print_pkgit << "attempting to use build function specified in 'repositories." << repository << "'..." << std::endl; - if (repo_build(repository)) { - return true; - } - - std::cout << print_pkgit << "attempting to use build function specified in 'bldit.lua'..." << std::endl; - if (bldit(target)) { - return true; - } - - std::cout << print_pkgit << "attempting to use build functions specified in 'build_systems'..." << std::endl; - if (config_build(path)) { - return true; - } - - return false; -}
\ No newline at end of file |
