From c88f0006c93e64bdf86e094cc97c8447885549ca Mon Sep 17 00:00:00 2001 From: Justin Kerk Date: Sun, 18 Oct 2020 23:10:26 +0000 Subject: [PATCH] Fix link errors with new versions of Emscripten --- scripts/genie.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/genie.lua b/scripts/genie.lua index 5310e003ed8..4665349c98f 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1177,6 +1177,7 @@ configuration { "asmjs" } } linkoptions { "-Wl,--start-group", + "-r", } archivesplit_size "20"