From d1b11e5c808fdce250623f634009dcbbc29a34a4 Mon Sep 17 00:00:00 2001 From: Justin Kerk Date: Wed, 31 Jan 2018 02:26:32 +0000 Subject: 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] --- scripts/genie.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/genie.lua') 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*" } -- cgit v1.2.3-70-g09d2