This commit is contained in:
2026-07-06 18:15:34 -04:00
parent ffcd43c1ea
commit b29fc7dc02
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ function generate-TapeAtomOffsets {param(
[Parameter(Mandatory=$true)]
[string]$metadata)
$gen_atom_offsets_script = join-path $path_scripts 'tape_attom.offset_gen.meta.lua'
$gen_atom_offsets_script = join-path $path_scripts 'tape_atom.offset_gen.meta.lua'
$any_stale = $false
foreach ($src in $sources) {
@@ -629,7 +629,7 @@ local function generate_header(source_path, atoms_data)
local lines = {}
local function add(s) table.insert(lines, s) end
add("// Auto-generated by gen_atom_offsets.lua — DO NOT EDIT")
add("// Auto-generated by tape_atom_offset_gen.meta.lua — DO NOT EDIT")
add("// Source: " .. source_path)
add("#pragma once")
add("")