summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/gen_agent_embed.zig2
-rw-r--r--build/gen_lua_headers_embed.zig2
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`: