From 9efe3b443e6f84f75ecfb6d5193ae1ff1eb3d485 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sat, 18 Jul 2026 02:41:45 +0000 Subject: declare your packages!!! --- src/build.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/build.c') 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; } -- cgit v1.2.3