diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-02 08:38:13 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-02 08:38:13 +0000 |
| commit | 44eb727dc537403be092326639a5b7c6d7182146 (patch) | |
| tree | 1459603e69496400c22f53dcec67ec2c3348400a /include/lua_build.hh | |
| parent | c555d4c25b5526c37e94ee2c593f34bdf28b159e (diff) | |
fixed like half of everything idk, you can install stuff now
Diffstat (limited to 'include/lua_build.hh')
| -rw-r--r-- | include/lua_build.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lua_build.hh b/include/lua_build.hh index a7cdf39..473d80e 100644 --- a/include/lua_build.hh +++ b/include/lua_build.hh @@ -5,6 +5,6 @@ #include <lauxlib.h> #include <lualib.h> -bool lua_build(const char *path); +bool lua_build(const char* repository, const char* target, const char* path); #endif |
