diff options
| author | Michael Forney <mforney@mforney.org> | 2020-06-22 22:45:33 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-06-22 23:33:21 -0700 |
| commit | de279e612e7b1a568e5e25b7b960b0ce1f27219c (patch) | |
| tree | b0f4829e5965c0f233a730bf6792f43358b49bf4 /pkg/fspec-sync | |
| parent | 2df90914df3e9e1197b267791024cb97b5638d7f (diff) | |
Build root.tar from fspec rather than git repository
Diffstat (limited to 'pkg/fspec-sync')
| -rw-r--r-- | pkg/fspec-sync/gen.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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'}) |
