summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-12-08 11:46:15 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-12-08 11:46:15 +0100
commit124f30dbbc30b0153e1070a5db09e577b4af1919 (patch)
tree3f6c0a86c6e63ac971cb3436b2911a5099be687b /scripts/src
parent3408ed0ae5525882f35e0f796e6d6c17e12fe849 (diff)
Enable building projects that are separate of MAME but use same core and lives in separate git tree (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/main.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua
index ccc0eb30236..a78965a52b2 100644
--- a/scripts/src/main.lua
+++ b/scripts/src/main.lua
@@ -276,8 +276,12 @@ end
links {
ext_lib("zlib"),
ext_lib("flac"),
+ }
+if (STANDALONE~=true) then
+ links {
ext_lib("sqlite3"),
}
+end
if _OPTIONS["NO_USE_MIDI"]~="1" then
links {