diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-04 08:44:18 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-04 08:44:18 +0000 |
| commit | e11533e41129b7a4f52664d40546a9053a5187cd (patch) | |
| tree | 0a4413b7d5a97ec91f949a85a4809bea9bb78363 /src/lua_globs.c | |
| parent | bf9cabdd5a09dc5a430858bca9991badf8a2a719 (diff) | |
build checkpoint!
Diffstat (limited to 'src/lua_globs.c')
| -rw-r--r-- | src/lua_globs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lua_globs.c b/src/lua_globs.c index 745df00..815a75e 100644 --- a/src/lua_globs.c +++ b/src/lua_globs.c @@ -79,6 +79,9 @@ void init_bldit_state(void) { log_warn("cannot run bldit: %s", lua_tostring(B, -1)); return; } + lua_pushfstring(B, "%s", inst_dirs.prefix.data); + lua_setglobal(B, "prefix"); + lua_pop(B, 1); bldit_loaded = true; } |
