summaryrefslogtreecommitdiff
path: root/pkg/mc/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-09-22 10:30:17 -0700
committerMichael Forney <mforney@mforney.org>2017-09-25 19:23:07 -0700
commit293a50725daa1dac7fd91ecf106f8229ee25f724 (patch)
tree76fbaf209bc38066118bf239965fee577608ca03 /pkg/mc/gen.lua
parent28e4786f06f2468b0fc304daed245bf908f2ae0e (diff)
mc: Update to 0.2.0
Diffstat (limited to 'pkg/mc/gen.lua')
-rw-r--r--pkg/mc/gen.lua2
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