From 293a50725daa1dac7fd91ecf106f8229ee25f724 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 22 Sep 2017 10:30:17 -0700 Subject: mc: Update to 0.2.0 --- pkg/mc/gen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/mc/gen.lua') 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 -- cgit v1.2.3