summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/main.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-05-31 20:03:39 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-05-31 20:03:39 +0200
commitd04f92103486524953c8e1d5d6e2e5c1d782706c (patch)
treefadf6f85bb87f38df9dda3888b0f1891205506d7 /scripts/src/main.lua
parent773febd6c0384922a8b283e51dd65d9bb6310d4e (diff)
removed not used libraries, and commented portaudio that will be used but no need for now (nw)
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r--scripts/src/main.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua
index 50469f0e384..dd6cd80f2e2 100644
--- a/scripts/src/main.lua
+++ b/scripts/src/main.lua
@@ -231,13 +231,11 @@ end
if _OPTIONS["USE_LIBUV"]=="1" then
links {
ext_lib("uv"),
- "http-parser",
}
end
links {
ext_lib("zlib"),
ext_lib("flac"),
- ext_lib("sqlite3"),
}
if _OPTIONS["NO_USE_MIDI"]~="1" then