diff options
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; } |
