summaryrefslogtreecommitdiff
path: root/build/gen_lua_headers_embed.zig
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-06-23 09:38:23 -0600
committert <t@tjp.lol>2026-06-23 10:53:26 -0600
commit69a1ee138bb78ad4663fe2d9e58678f7b0d07b74 (patch)
tree453d3ad42a07536220e6ca5d91b439ff57793e32 /build/gen_lua_headers_embed.zig
parent538a5d926fa626a00cc3dc12c555f11f82867efd (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.zig2
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`: