diff options
author | 2016-01-31 15:38:51 +0100 | |
---|---|---|
committer | 2016-01-31 15:38:51 +0100 | |
commit | f924d4bd4216f32de627ab42680e79b955275236 (patch) | |
tree | 7e5cf7d0e50845bc67eb49fcfeea6d3bc6756826 /scripts/src/main.lua | |
parent | c152866e024dfd0d1f519aca0189b2178dae3286 (diff) |
link into main project and link deps (nw)
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index da633c55212..9623a9d5236 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -129,6 +129,8 @@ end "7z", "lua", "lsqlite3", + "uv", + "http-parser", } if _OPTIONS["with-bundled-zlib"] then |