summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/main.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-08-12 18:27:54 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-08-12 18:27:54 +0200
commit4f84793a055bd6f43623ffa9b8a5c0d2d8cfde27 (patch)
tree1cb7d8840d583551b8546c1c1d32765bd8322f5e /scripts/src/main.lua
parent41e4133d0bea0b0cbef328ce285fbf9e628e5093 (diff)
made proper formats compiled only if needed (nw)
Diffstat (limited to 'scripts/src/main.lua')
-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 4ee2229b8ef..4c460f1c212 100644
--- a/scripts/src/main.lua
+++ b/scripts/src/main.lua
@@ -205,8 +205,12 @@ end
links {
"optional",
"emu",
+ }
+--if (STANDALONE~=true) then
+ links {
"formats",
}
+--end
if #disasm_files > 0 then
links {
"dasm",