diff options
| author | t <t@tjp.lol> | 2026-06-23 09:38:23 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-06-23 10:53:26 -0600 |
| commit | 69a1ee138bb78ad4663fe2d9e58678f7b0d07b74 (patch) | |
| tree | 453d3ad42a07536220e6ca5d91b439ff57793e32 /build/gen_lua_headers_embed.zig | |
| parent | 538a5d926fa626a00cc3dc12c555f11f82867efd (diff) | |
ponytail simplifications to panto cli and lua extensiosn
Diffstat (limited to 'build/gen_lua_headers_embed.zig')
| -rw-r--r-- | build/gen_lua_headers_embed.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gen_lua_headers_embed.zig b/build/gen_lua_headers_embed.zig index 1ac4004..8c58bf4 100644 --- a/build/gen_lua_headers_embed.zig +++ b/build/gen_lua_headers_embed.zig @@ -1,6 +1,6 @@ //! Build-time codegen: emit a Zig module exposing every Lua public //! header from the Lua source tarball as embedded bytes. Bootstrap -//! writes these to `$PANTO_HOME/rocks/lua-X.Y.Z/include/` on first run +//! writes these to `<data home>/rocks/lua-X.Y.Z/include/` on first run //! so luarocks can compile C rocks against them. //! //! Invoked from `build.zig`: |
