diff options
author | 2015-06-20 20:18:50 +0200 | |
---|---|---|
committer | 2015-06-20 20:19:30 +0200 | |
commit | d1586844748e9bfe49773df2932c71a7051a9778 (patch) | |
tree | b16c339b5338ca9b539dba6864c13bcd2e119806 /scripts/src/main.lua | |
parent | 7700552f5367f8f43430a11f03e137f317648491 (diff) |
fixed order of libs making apricot build fine (nw)
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index e34295829d6..e8db37b56f1 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -96,13 +96,13 @@ function mainProject(_target, _subtarget) "netlist", "optional", "emu", + "formats", "dasm", "utils", "expat", "softfloat", "jpeg", "7z", - "formats", "lua", "lsqlite3", "jsoncpp", |