From de279e612e7b1a568e5e25b7b960b0ce1f27219c Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 22 Jun 2020 22:45:33 -0700 Subject: Build root.tar from fspec rather than git repository --- pkg/fspec-sync/gen.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/fspec-sync') diff --git a/pkg/fspec-sync/gen.lua b/pkg/fspec-sync/gen.lua index b1ccaa11..bf9ea22f 100644 --- a/pkg/fspec-sync/gen.lua +++ b/pkg/fspec-sync/gen.lua @@ -10,6 +10,8 @@ sub('host.ninja', function() lib('libcommon.a', {'fatal.c', 'parse.c', 'reallocarray.c'}) exe('fspec-hash', {'fspec-hash.c', 'libcommon.a', '$builddir/pkg/b3sum/host/libblake3.a'}, {'pkg/b3sum/headers'}) + exe('fspec-sort', {'fspec-sort.c', 'libcommon.a'}) + exe('fspec-tar', {'fspec-tar.c', 'libcommon.a'}) end) lib('libcommon.a', {'fatal.c', 'parse.c', 'reallocarray.c'}) -- cgit v1.2.3