diff options
author | 2016-08-12 18:27:54 +0200 | |
---|---|---|
committer | 2016-08-12 18:27:54 +0200 | |
commit | 4f84793a055bd6f43623ffa9b8a5c0d2d8cfde27 (patch) | |
tree | 1cb7d8840d583551b8546c1c1d32765bd8322f5e /scripts/src/main.lua | |
parent | 41e4133d0bea0b0cbef328ce285fbf9e628e5093 (diff) |
made proper formats compiled only if needed (nw)
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 4 |
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", |