diff options
| author | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-14 12:11:52 +0000 |
|---|---|---|
| committer | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-14 12:11:52 +0000 |
| commit | 2a6b92ed130ade1ea7542ee210e6957427a0aa81 (patch) | |
| tree | 1e235b2116feddd3dcde0db9135ce9871801e2f3 /src/fetch_pwd.cc | |
| parent | 97d70a6f8252b15928ca7f51386df791dedf0067 (diff) | |
lua build system integration
Diffstat (limited to 'src/fetch_pwd.cc')
| -rw-r--r-- | src/fetch_pwd.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fetch_pwd.cc b/src/fetch_pwd.cc new file mode 100644 index 0000000..dbd5fcf --- /dev/null +++ b/src/fetch_pwd.cc @@ -0,0 +1,5 @@ +#include "vars.cc" + +void fetch_pwd(Pkg pkg) { + std::filesystem::copy(std::filesystem::current_path(), pkg.src); +} |
