diff options
author | 2019-08-08 14:23:12 +0000 | |
---|---|---|
committer | 2019-08-08 14:23:12 +0000 | |
commit | 490709a6c1513da1365db30cd661c6b40a7fa008 (patch) | |
tree | 43bd36c739b2d386263fc5fd15971fe4056b591f /scripts/genie.lua | |
parent | 2e2ee0ee6a5aeed9a3dc512797ad020c309a7f0d (diff) |
Fix build in newer Emscripten versions (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index aea60a45cc5..346ff439db8 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1174,6 +1174,7 @@ configuration { "asmjs" } } linkoptions { "-Wl,--start-group", + "-s ERROR_ON_MISSING_LIBRARIES=0" } archivesplit_size "20" |