diff options
| author | Michael Forney <mforney@mforney.org> | 2020-01-29 16:37:52 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-01-29 22:14:33 -0800 |
| commit | 08cca5431f4183d54505ce89f2cac4815fdce7b5 (patch) | |
| tree | 95e8e6f3bc2255c1c9d20306789e817723c884d2 /pkg/e2fsprogs | |
| parent | f0f72311369f081643a6cab775b168f1f8222345 (diff) | |
Move toolchain config into config.lua
Diffstat (limited to 'pkg/e2fsprogs')
| -rw-r--r-- | pkg/e2fsprogs/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/e2fsprogs/gen.lua b/pkg/e2fsprogs/gen.lua index 691bade9..ce67aec2 100644 --- a/pkg/e2fsprogs/gen.lua +++ b/pkg/e2fsprogs/gen.lua @@ -58,7 +58,7 @@ build('copy', '$outdir/include/ext2fs/ext2_types.h', '$dir/ext2_types.h') build('copy', '$outdir/internal/blkid/blkid_types.h', '$dir/blkid_types.h') sub('tools.ninja', function() - toolchain 'host' + toolchain(config.host) exe('gen_crc32ctable', {'lib/ext2fs/gen_crc32ctable.c'}) end) rule('gen_crc32ctable', '$outdir/gen_crc32ctable >$out') |
