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 | |
| parent | 538a5d926fa626a00cc3dc12c555f11f82867efd (diff) | |
ponytail simplifications to panto cli and lua extensiosn
Diffstat (limited to 'build')
| -rw-r--r-- | build/gen_agent_embed.zig | 2 | ||||
| -rw-r--r-- | build/gen_lua_headers_embed.zig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/gen_agent_embed.zig b/build/gen_agent_embed.zig index b705863..cfb3214 100644 --- a/build/gen_agent_embed.zig +++ b/build/gen_agent_embed.zig @@ -25,7 +25,7 @@ //! }; //! //! Bootstrap walks `files` and stages each entry at -//! `$PANTO_HOME/agent/<path>` using the same `writeIfDifferent` +//! `<data home>/agent/<path>` using the same `writeIfDifferent` //! discipline as `stageLuaHeaders`. const std = @import("std"); 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`: |
