diff options
author | 2018-01-31 02:26:32 +0000 | |
---|---|---|
committer | 2018-01-31 02:26:47 +0000 | |
commit | d1b11e5c808fdce250623f634009dcbbc29a34a4 (patch) | |
tree | ed932b42ac49b4454068ec4c179a35667a4edc0c /scripts/genie.lua | |
parent | 89adc22e3d8eb1ba26ea47c530bb2521d395568e (diff) |
Fix issue linking Emscripten build with certain single-driver compiles (e.g. spectrum.cpp). Emscripten 1.37.29 or higher is now required. [Justin Kerk]
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 85222858732..6d89686fce8 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1074,6 +1074,9 @@ configuration { "asmjs" } "-x c++", "-std=c++14", } + linkoptions { + "-Wl,--start-group", + } archivesplit_size "20" configuration { "android*" } |