diff options
Diffstat (limited to 'pkg/mc/gen.lua')
| -rw-r--r-- | pkg/mc/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/mc/gen.lua b/pkg/mc/gen.lua index ca7479ce..8a283196 100644 --- a/pkg/mc/gen.lua +++ b/pkg/mc/gen.lua @@ -67,7 +67,7 @@ set('mcflags', { }) include '$dir/myr.ninja' -for lib in iterpaths('bio crypto date escfmt fileutil inifile json regex std sys testr thread') do +for lib in iterpaths('bio crypto date escfmt fileutil http inifile json regex std sys testr thread') do file('lib/myr/lib'..lib..'.use', '644', '$outdir/lib/'..lib..'/lib'..lib..'.use') file('lib/myr/lib'..lib..'.a', '644', '$outdir/lib/'..lib..'/lib'..lib..'.a') end |
