diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/src/main.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 65eeadd4300..94f6200dc9f 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -234,11 +234,6 @@ if (STANDALONE~=true) then "frontend", } end -if (MACHINES["NETLIST"]~=null) then - links { - "netlist", - } -end links { "optional", "emu", @@ -253,6 +248,11 @@ if #disasm_files > 0 then "dasm", } end +if (MACHINES["NETLIST"]~=null) then + links { + "netlist", + } +end links { "utils", ext_lib("expat"), |