diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-08-18 10:30:50 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-08-18 10:30:50 +0100 |
commit | 71fb2429a0229d03ada771a5d292e1c6ea82d62a (patch) | |
tree | 2d1cf8f53fb733603f19d144bf02cd86a599ca5c /platform | |
parent | a03157928622b8c4048ede29cd6f1a40df893d1b (diff) |
[CI] Upgrade Emscripten to 2.0.27.
Update Godot Javascript FS library to manually depend on ERRNO_CODES.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/javascript/js/libs/library_godot_os.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/javascript/js/libs/library_godot_os.js b/platform/javascript/js/libs/library_godot_os.js index 5aa750757c..99e7ee8b5f 100644 --- a/platform/javascript/js/libs/library_godot_os.js +++ b/platform/javascript/js/libs/library_godot_os.js @@ -106,7 +106,7 @@ autoAddDeps(GodotConfig, '$GodotConfig'); mergeInto(LibraryManager.library, GodotConfig); const GodotFS = { - $GodotFS__deps: ['$FS', '$IDBFS', '$GodotRuntime'], + $GodotFS__deps: ['$ERRNO_CODES', '$FS', '$IDBFS', '$GodotRuntime'], $GodotFS__postset: [ 'Module["initFS"] = GodotFS.init;', 'Module["copyToFS"] = GodotFS.copy_to_fs;', |