diff options
author | 2020-04-29 18:39:17 +1000 | |
---|---|---|
committer | 2020-04-29 18:39:17 +1000 | |
commit | d878d4649820232f4ffc44138c82a10c8a893d16 (patch) | |
tree | 100e15adc6a61c86f13e9b53ef7cb78bdf4949c5 /docs/release/scripts/src/main.lua | |
parent | 30fa9edfb904c948640f3226fa5e70b9fe1e5c34 (diff) |
0.221 Release filestag221
Diffstat (limited to 'docs/release/scripts/src/main.lua')
-rw-r--r-- | docs/release/scripts/src/main.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/release/scripts/src/main.lua b/docs/release/scripts/src/main.lua index 92b92a70f05..2cbadf8bb32 100644 --- a/docs/release/scripts/src/main.lua +++ b/docs/release/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"), |