diff options
Diffstat (limited to 'pkg/ncurses/gen.lua')
| -rw-r--r-- | pkg/ncurses/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ncurses/gen.lua b/pkg/ncurses/gen.lua index 27513a33..8bb204a6 100644 --- a/pkg/ncurses/gen.lua +++ b/pkg/ncurses/gen.lua @@ -10,7 +10,7 @@ set('common_cflags', { cflags{'$common_cflags'} sub('tools.ninja', function() - toolchain 'host' + toolchain(config.host) cflags{'$common_cflags', '-D USE_BUILD_CC'} exe('make_keys', {'ncurses/tinfo/make_keys.c'}, {'$gendir/headers', '$outdir/names.c'}) exe('make_hash', {'ncurses/tinfo/make_hash.c'}, {'$gendir/headers', '$outdir/hashsize.h'}) |
