summaryrefslogtreecommitdiff
path: root/pkg/file/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/file/gen.lua')
-rw-r--r--pkg/file/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/file/gen.lua b/pkg/file/gen.lua
index b1cc4a28..a1c9e112 100644
--- a/pkg/file/gen.lua
+++ b/pkg/file/gen.lua
@@ -49,7 +49,7 @@ sub('host.ninja', function()
([[-D 'VERSION="%s"']]):format(version),
}
set('outdir', '$outdir/host')
- exe('magic', 'src/(magic.c apprentice.c encoding.c print.c funcs.c cdf_time.c)')
+ exe('magic', 'src/(magic.c apprentice.c encoding.c print.c funcs.c cdf_time.c strlcpy.c)')
end)
rule('magic', 'cd $outdir && ./host/magic magic')