diff options
| author | dacctal <dacctalyt@gmail.com> | 2026-04-03 14:56:05 +0000 |
|---|---|---|
| committer | dacctal <dacctalyt@gmail.com> | 2026-04-03 14:56:05 +0000 |
| commit | ed78991edc4755c0276dcb4eb454b43fa38296fc (patch) | |
| tree | 460da5399e34e1dce7a293cb22578da15977d895 /src/build_pkg.cc | |
| parent | 2a6b92ed130ade1ea7542ee210e6957427a0aa81 (diff) | |
countless changes
Diffstat (limited to 'src/build_pkg.cc')
| -rw-r--r-- | src/build_pkg.cc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/build_pkg.cc b/src/build_pkg.cc deleted file mode 100644 index 7627e16..0000000 --- a/src/build_pkg.cc +++ /dev/null @@ -1,17 +0,0 @@ -#include <functional> - -#include "build_map.cc" - -void build_pkg(std::filesystem::path build_dir) { - if (build_dir != fs::current_path().string()) { - fs::current_path(build_dir); - } - for (auto const &dir_entry : - fs::directory_iterator(fs::current_path().string())) { - for (auto build : builds) { - if (dir_entry.path().filename() == build.first) { - build.second(); - } - } - } -} |
