diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-18 02:41:45 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-18 02:41:45 +0000 |
| commit | 9efe3b443e6f84f75ecfb6d5193ae1ff1eb3d485 (patch) | |
| tree | 687ac517607c8fdcde5723814ca7ff11ce63dce3 /src/build.c | |
| parent | 518be7f92e2c2bc1a3cc3cfe1223390ae3cd9c2b (diff) | |
declare your packages!!!
Diffstat (limited to 'src/build.c')
| -rw-r--r-- | src/build.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build.c b/src/build.c index 740d739..769106a 100644 --- a/src/build.c +++ b/src/build.c @@ -35,6 +35,7 @@ bool target_build(lua_State *L, char* lua_file, str *target) { } lua_pop(L, 1); if (!lua_try_function(L, lua_file, "build")) return false; + lua_pop(L, 1); return true; } |
