summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2018-01-31 02:26:32 +0000
committer Justin Kerk <dopefishjustin@gmail.com>2018-01-31 02:26:47 +0000
commitd1b11e5c808fdce250623f634009dcbbc29a34a4 (patch)
treeed932b42ac49b4454068ec4c179a35667a4edc0c /scripts/genie.lua
parent89adc22e3d8eb1ba26ea47c530bb2521d395568e (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.lua3
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*" }